You are here

entity_reference_actions.schema.yml in Entity reference actions 1.x

config/schema/entity_reference_actions.schema.yml

File

config/schema/entity_reference_actions.schema.yml
View source
  1. field.widget.third_party.entity_reference_actions:
  2. type: mapping
  3. label: 'Entity Reference Actions third party widget settings'
  4. mapping:
  5. enabled:
  6. type: boolean
  7. label: 'Determines if it is active'
  8. options:
  9. type: mapping
  10. label: 'Entity Reference Actions options'
  11. mapping:
  12. action_title:
  13. type: label
  14. label: 'Action title'
  15. include_exclude:
  16. type: string
  17. label: 'Available actions'
  18. selected_actions:
  19. type: sequence
  20. label: 'Available actions'
  21. sequence:
  22. type: string
  23. label: 'Action'