Bachir Soussi Chiadmi b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter %!s(int64=5) %!d(string=hai) anos
..
css b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter %!s(int64=5) %!d(string=hai) anos
src b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter %!s(int64=5) %!d(string=hai) anos
tests 272fa07ccf updated contrib modules %!s(int64=6) %!d(string=hai) anos
LICENSE.txt 4dca28199c updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views %!s(int64=6) %!d(string=hai) anos
README.txt b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter %!s(int64=5) %!d(string=hai) anos
composer.json 272fa07ccf updated contrib modules %!s(int64=6) %!d(string=hai) anos
views_bulk_edit.info.yml b8e8cc8cee updated contrib modules : translation_views, views_bulk_edit, views_bulk_operations, workflow, addtoany, redis, url_to_video_filter %!s(int64=5) %!d(string=hai) anos
views_bulk_edit.libraries.yml 4dca28199c updated migration to add workflow state and also skipe notice pages, added favicon, improved admin views %!s(int64=6) %!d(string=hai) anos
views_bulk_edit.module 272fa07ccf updated contrib modules %!s(int64=6) %!d(string=hai) anos

README.txt

Introduction
------------

Views Bulk Edit allows modifying field values of a selected list of entities
of any type. It works with Views Bulk Operations (VBO) module, offering all of its
benefits like batching, ability to select all view results or persistent
selection across pages.


Requirements
------------

Views Bulk Edit requires Views Bulk operations module to be installed.


Installation
------------

Install as any other Drupal 8 module.


Configuration
-------------

1. Create or edit any view, the most convenient display type for end
user in case of VBO views is Table.
2. Add a "Views bulk operations" field (global), available on
all entity types, if not already added.
3. Check the "Modify field values" action.
4. (Optional) Define a "bulk_edit" form mode for the entity bundles
that you wish to be able to bulk edit. Under the "Form modes" page
at /admin/structure/display-modes/form you can add a new form
mode. If it uses the machine name "bulk_edit", the form for the
"Modify field values" action will use that form mode to determine
what fields are available for bulk editing.