c9ae1af507d368afd48d9fbbc1dcdcde7702df5c
[yaffs-website] / web / core / modules / content_moderation / config / schema / content_moderation.views.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 views.filter.moderation_state_filter:
10   type: views.filter.in_operator
11   label: 'Moderation state filter'
12   mapping:
13     limit_workflows:
14       type: sequence
15       label: 'Workflow'
16       sequence:
17         type: string
18         label: 'Workflow'