Security update for Core, with self-updated composer
[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     transitions:
10       type: sequence
11       sequence:
12         type: ignore
13
14 workflow.type_settings.workflow_type_required_state_test:
15   type: mapping
16   label: 'Workflow test type settings'
17   mapping:
18     states:
19       type: sequence
20       sequence:
21         type: ignore
22     transitions:
23       type: sequence
24       sequence:
25         type: ignore
26
27 # @todo, inline this straight into "workflow.type_settings.workflow_type_complex_test"
28 # after https://www.drupal.org/node/2871746 is resolved.
29 workflows.state.complex_test_state:
30   type: workflows.state
31   mapping:
32     extra:
33       type: string
34       label: 'Extra information'
35
36 workflows.state.complex_test_transition:
37   type: workflows.transition
38   mapping:
39     extra:
40       type: string
41       label: 'Extra information'
42
43 workflow.type_settings.workflow_type_complex_test:
44   type: mapping
45   label: 'Workflow complex test type settings'
46   mapping:
47     example_setting:
48       type: string
49       label: 'Example setting'
50     states:
51       type: sequence
52       label: 'States'
53       sequence:
54         type: workflows.state.complex_test_state
55         label: 'States'
56     transitions:
57       type: sequence
58       label: 'Transitions'
59       sequence:
60         label: 'Transitions'
61         type: workflows.state.complex_test_transition
62
63 workflow.type_settings.predefined_states_workflow_test_type:
64   type: mapping
65   label: 'Predefined states workflow test type'
66   mapping:
67     transitions:
68       type: sequence
69       label: 'Transitions'
70       sequence:
71         label: 'Transitions'
72         type: workflows.transition