README.txt 738 B

1234567891011121314151617181920212223242526272829
  1. Introduction
  2. ------------
  3. Views Bulk Edit allows modifying field values of a selected list of entities
  4. of any type. It works with 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 requires Views Bulk operations module to be installed.
  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.