workflow_type_test.schema.yml
Same filename in other branches
- 9 core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml
- 8.9.x core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml
- 11.x core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml
File
-
core/
modules/ workflows/ tests/ modules/ workflow_type_test/ config/ schema/ workflow_type_test.schema.yml
View source
- workflow_type_test.ignore_schema:
- type: mapping
- label: 'Ignore schema workflow type'
- mapping:
- states:
- type: sequence
- sequence:
- type: ignore
- transitions:
- type: sequence
- sequence:
- type: ignore
-
- workflow.type_settings.workflow_type_test:
- type: workflow_type_test.ignore_schema
- label: 'Workflow test type settings'
-
- workflow.type_settings.workflow_type_required_state_test:
- type: workflow_type_test.ignore_schema
- label: 'Workflow test type required state'
-
- workflow.type_settings.workflow_custom_access_type:
- type: workflow_type_test.ignore_schema
- label: 'Workflow custom access type'
-
- # @todo, inline this straight into "workflow.type_settings.workflow_type_complex_test"
- # after https://www.drupal.org/node/2871746 is resolved.
- workflows.state.complex_test_state:
- type: workflows.state
- mapping:
- extra:
- type: string
- label: 'Extra information'
-
- workflows.state.complex_test_transition:
- type: workflows.transition
- mapping:
- extra:
- type: string
- label: 'Extra information'
-
- workflow.type_settings.workflow_type_complex_test:
- type: mapping
- label: 'Workflow complex test type settings'
- mapping:
- example_setting:
- type: string
- label: 'Example setting'
- states:
- type: sequence
- label: 'States'
- sequence:
- type: workflows.state.complex_test_state
- label: 'States'
- transitions:
- type: sequence
- label: 'Transitions'
- sequence:
- label: 'Transitions'
- type: workflows.state.complex_test_transition
-
- workflow.type_settings.predefined_states_workflow_test_type:
- type: mapping
- label: 'Predefined states workflow test type'
- mapping:
- transitions:
- type: sequence
- label: 'Transitions'
- sequence:
- label: 'Transitions'
- type: workflows.transition
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.