langcode: en status: true dependencies: config: - node.type.uw_ct_blog - node.type.uw_ct_catalog_item - node.type.uw_ct_contact - node.type.uw_ct_event - node.type.uw_ct_news_item - node.type.uw_ct_profile - node.type.uw_ct_sidebar - node.type.uw_ct_site_footer - node.type.uw_ct_web_page module: - content_moderation id: uw_workflow label: 'UW workflow' type: content_moderation type_settings: states: draft: published: false default_revision: false label: Draft weight: -10 published: published: true default_revision: true label: Published weight: -10 uw_wf_archived: published: false default_revision: true label: Archived weight: -10 uw_wf_needs_review: published: false default_revision: false label: 'Needs Review' weight: -10 uw_wf_unpublished: published: false default_revision: true label: Unpublished weight: 0 entity_types: node: - uw_ct_blog - uw_ct_catalog_item - uw_ct_contact - uw_ct_event - uw_ct_news_item - uw_ct_profile - uw_ct_sidebar - uw_ct_site_footer - uw_ct_web_page transitions: archived: label: Archive from: - draft - published - uw_wf_archived - uw_wf_needs_review to: uw_wf_archived weight: 3 draft: label: 'Create draft' from: - draft - published - uw_wf_archived - uw_wf_needs_review to: draft weight: 0 needs_review: label: 'Submit for review' from: - draft - published - uw_wf_archived - uw_wf_needs_review to: uw_wf_needs_review weight: 1 published: label: Publish from: - draft - published - uw_wf_archived - uw_wf_needs_review to: published weight: 2 unpublish: label: Unpublish from: - uw_wf_unpublished to: draft weight: 4 default_moderation_state: draft