You are here

state_machine.schema.yml in State Machine 8

config/schema/state_machine.schema.yml

File

config/schema/state_machine.schema.yml
View source
  1. field.field_settings.state:
  2. type: mapping
  3. mapping:
  4. workflow:
  5. type: string
  6. label: Workflow
  7. workflow_callback:
  8. type: string
  9. label: Workflow callback
  10. field.formatter.settings.state_transition_form:
  11. type: mapping
  12. label: 'Formatter settings'
  13. mapping:
  14. require_confirmation:
  15. type: boolean
  16. label: 'Require confirmation before applying the state transition.'
  17. use_modal:
  18. type: boolean
  19. label: 'Display confirmation in a modal dialog.'
  20. field.value.state:
  21. type: mapping
  22. label: 'Default value'
  23. mapping:
  24. value:
  25. type: string
  26. label: 'Value'
  27. views.filter.state_machine_state:
  28. type: views.filter.in_operator
  29. label: 'State'