workflows.schema.yml
Same filename in other branches
File
-
core/
modules/ workflows/ config/ schema/ workflows.schema.yml
View source
- workflows.workflow.*:
- type: config_entity
- label: 'Workflow'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- type:
- type: string
- label: 'Workflow type'
- type_settings:
- type: workflow.type_settings.[%parent.type]
-
- workflows.state:
- type: mapping
- mapping:
- label:
- type: label
- label: 'Label'
- translation context: 'Workflow state label'
- weight:
- type: integer
- label: 'Weight'
-
- workflows.transition:
- type: mapping
- mapping:
- label:
- type: label
- label: 'Transition label'
- translation context: 'Workflow transition label'
- from:
- type: sequence
- label: 'From state IDs'
- sequence:
- type: string
- label: 'From state ID'
- to:
- type: string
- label: 'To state ID'
- weight:
- type: integer
- label: 'Weight'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.