views_bulk_operations.views.schema.yml 795 B

12345678910111213141516171819202122232425262728
  1. views.field.views_bulk_operations_bulk_form:
  2. type: views_field
  3. label: 'Views Bulk Operations'
  4. mapping:
  5. batch:
  6. type: boolean
  7. label: 'Process selected entities in a batch operation'
  8. batch_size:
  9. type: integer
  10. label: 'Size of the processing batch'
  11. form_step:
  12. type: boolean
  13. label: 'Display configuration form on a separate page'
  14. buttons:
  15. type: boolean
  16. label: 'Display action options as buttons'
  17. action_title:
  18. type: string
  19. label: 'Title of the action selector form element'
  20. selected_actions:
  21. type: ignore
  22. label: 'Selected actions array'
  23. preconfiguration:
  24. type: ignore
  25. label: 'Preliminary configuration array'
  26. clear_on_exposed:
  27. type: boolean
  28. label: 'Clear on exposed'