Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / content_moderation / config / schema / content_moderation.schema.yml
1 content_moderation.state:
2   type: workflows.state
3   mapping:
4     published:
5       type: boolean
6       label: 'Is published'
7     default_revision:
8       type: boolean
9       label: 'Is default revision'
10
11 workflow.type_settings.content_moderation:
12   type: mapping
13   mapping:
14     states:
15       type: sequence
16       label: 'Content moderation states'
17       orderby: key
18       sequence:
19         type: content_moderation.state
20         label: 'States'
21     transitions:
22       type: sequence
23       orderby: key
24       sequence:
25         type: workflows.transition
26         label: 'Transitions'
27     entity_types:
28       type: sequence
29       label: 'Entity types'
30       sequence:
31         type: sequence
32         label: 'Bundles'
33         sequence:
34           type: string
35           label: 'Bundle ID'