diff --git a/core/modules/content_moderation/config/schema/content_moderation.schema.yml b/core/modules/content_moderation/config/schema/content_moderation.schema.yml index 1dab40bc2f..d48ffe439f 100644 --- a/core/modules/content_moderation/config/schema/content_moderation.schema.yml +++ b/core/modules/content_moderation/config/schema/content_moderation.schema.yml @@ -1,15 +1,3 @@ -views.filter.latest_revision: - type: views_filter - label: 'Latest revision' - mapping: - value: - type: string - label: 'Value' - -views.filter.moderation_state_filter: - type: views.filter.in_operator - label: 'Moderation State Filter' - content_moderation.state: type: workflows.state mapping: diff --git a/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml b/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml index e69de29bb2..592d3e4c3c 100644 --- a/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml +++ b/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml @@ -0,0 +1,11 @@ +views.filter.latest_revision: + type: views_filter + label: 'Latest revision' + mapping: + value: + type: string + label: 'Value' + +views.filter.moderation_state_filter: + type: views.filter.in_operator + label: 'Moderation State Filter'