Version 1
[yaffs-website] / web / core / modules / workflows / tests / modules / workflow_type_test / config / schema / workflow_type_test.schema.yml
1 workflow.type_settings.workflow_type_test:
2   type: mapping
3   label: 'Workflow test type settings'
4   mapping:
5     states:
6       type: sequence
7       sequence:
8         type: ignore
9
10 workflow.type_settings.workflow_type_required_state_test:
11   type: mapping
12   label: 'Workflow test type settings'
13   mapping:
14     states:
15       type: sequence
16       sequence:
17         type: ignore
18
19 workflow.type_settings.workflow_type_complex_test:
20   type: mapping
21   label: 'Workflow complex test type settings'
22   mapping:
23     states:
24       type: sequence
25       label: 'Additional state configuration'
26       sequence:
27         type: mapping
28         label: 'States'
29         mapping:
30           extra:
31             type: string
32             label: 'Extra information'
33     transitions:
34       type: sequence
35       label: 'Additional transition configuration'
36       sequence:
37         type: mapping
38         label: 'Transitions'
39         mapping:
40           extra:
41             type: string
42             label: 'Extra information'