b791b67b8018ad3d6b57a4eaf87179cd76004e9c
[yaffs-website] / web / core / modules / content_moderation / config / schema / content_moderation.schema.yml
1 views.filter.latest_revision:
2   type: views_filter
3   label: 'Latest revision'
4   mapping:
5     value:
6       type: string
7       label: 'Value'
8
9 workflow.type_settings.content_moderation:
10   type: mapping
11   mapping:
12     states:
13       type: sequence
14       label: 'Additional state configuration for content moderation'
15       sequence:
16         type: mapping
17         label: 'States'
18         mapping:
19           published:
20             type: boolean
21             label: 'Is published'
22           default_revision:
23             type: boolean
24             label: 'Is default revision'
25     entity_types:
26       type: sequence
27       label: 'Entity types'
28       sequence:
29         type: sequence
30         label: 'Bundles'
31         sequence:
32           type: string
33           label: 'Bundle ID'