You are here

README.txt in Views Bulk Edit 8.2

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

Views Bulk Edit allows modifying field values of a selected list of entities
of any type. It works with Drupal core actions as well as the 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 works with Drupal core but can also be used with the Views Bulk operations module.


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.

File

README.txt
View source
  1. Introduction
  2. ------------
  3. Views Bulk Edit allows modifying field values of a selected list of entities
  4. of any type. It works with Drupal core actions as well as the Views Bulk Operations (VBO) module, offering all of its
  5. benefits like batching, ability to select all view results or persistent
  6. selection across pages.
  7. Requirements
  8. ------------
  9. Views Bulk Edit works with Drupal core but can also be used with the Views Bulk operations module.
  10. Installation
  11. ------------
  12. Install as any other Drupal 8 module.
  13. Configuration
  14. -------------
  15. 1. Create or edit any view, the most convenient display type for end
  16. user in case of VBO views is Table.
  17. 2. Add a "Views bulk operations" field (global), available on
  18. all entity types, if not already added.
  19. 3. Check the "Modify field values" action.
  20. 4. (Optional) Define a "bulk_edit" form mode for the entity bundles
  21. that you wish to be able to bulk edit. Under the "Form modes" page
  22. at /admin/structure/display-modes/form you can add a new form
  23. mode. If it uses the machine name "bulk_edit", the form for the
  24. "Modify field values" action will use that form mode to determine
  25. what fields are available for bulk editing.