X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_moderation%2Fconfig%2Fschema%2Fcontent_moderation.schema.yml;fp=web%2Fcore%2Fmodules%2Fcontent_moderation%2Fconfig%2Fschema%2Fcontent_moderation.schema.yml;h=d48ffe439f8d9e6ff871ef98efc77dcfed0096ba;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=b791b67b8018ad3d6b57a4eaf87179cd76004e9c;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/content_moderation/config/schema/content_moderation.schema.yml b/web/core/modules/content_moderation/config/schema/content_moderation.schema.yml index b791b67b8..d48ffe439 100644 --- a/web/core/modules/content_moderation/config/schema/content_moderation.schema.yml +++ b/web/core/modules/content_moderation/config/schema/content_moderation.schema.yml @@ -1,27 +1,29 @@ -views.filter.latest_revision: - type: views_filter - label: 'Latest revision' +content_moderation.state: + type: workflows.state mapping: - value: - type: string - label: 'Value' + published: + type: boolean + label: 'Is published' + default_revision: + type: boolean + label: 'Is default revision' workflow.type_settings.content_moderation: type: mapping mapping: states: type: sequence - label: 'Additional state configuration for content moderation' + label: 'Content moderation states' + orderby: key sequence: - type: mapping + type: content_moderation.state label: 'States' - mapping: - published: - type: boolean - label: 'Is published' - default_revision: - type: boolean - label: 'Is default revision' + transitions: + type: sequence + orderby: key + sequence: + type: workflows.transition + label: 'Transitions' entity_types: type: sequence label: 'Entity types'