You are here

workflows_field.schema.yml in Workflows Field 8

Same filename and directory in other branches
  1. 2.x config/schema/workflows_field.schema.yml
config/schema/workflows_field.schema.yml

File

config/schema/workflows_field.schema.yml
View source
  1. workflow.type_settings.workflows_field:
  2. type: mapping
  3. label: 'Workflows Field'
  4. mapping:
  5. initial_state:
  6. type: string
  7. label: 'Initial state'
  8. states:
  9. type: sequence
  10. sequence:
  11. type: workflows.state
  12. transitions:
  13. type: sequence
  14. sequence:
  15. type: workflows.transition
  16. field.storage_settings.workflows_field_item:
  17. type: mapping
  18. label: 'Workflows Field Item Storage Settings Schema'
  19. mapping:
  20. workflow:
  21. type: string
  22. label: 'Workflow'
  23. field.formatter.settings.workflows_field_state_list:
  24. type: mapping
  25. label: 'State list settings'
  26. mapping:
  27. excluded_states:
  28. type: sequence
  29. label: 'A list of excluded states'
  30. sequence:
  31. type: string
  32. label: 'The excluded state'