ul_revision_log-1.2.0/config/install/workflows.workflow.content_publication.yml
config/install/workflows.workflow.content_publication.yml
uuid: fc67115f-7640-412d-a3b2-7137f5d331a3
langcode: en
status: true
dependencies:
config:
- node.type.page
module:
- content_moderation
id: content_publication
label: 'Content Publication'
type: content_moderation
type_settings:
states:
archived:
published: false
default_revision: true
label: Archived
weight: -3
draft:
label: Draft
published: false
default_revision: false
weight: -2
needs_review:
published: false
default_revision: false
label: 'Needs Review'
weight: -1
needs_revision:
published: false
default_revision: false
label: 'Needs Revision'
weight: 0
published:
label: Published
published: true
default_revision: true
weight: 1
transitions:
archive:
label: Archive
from:
- draft
- needs_review
- needs_revision
- published
to: archived
weight: 4
create_new_draft:
label: 'Create New Draft'
to: draft
weight: -3
from:
- draft
- published
keep_in_review:
label: 'Keep in Review'
from:
- needs_review
to: needs_review
weight: 2
publish:
label: Publish
to: published
weight: 0
from:
- draft
- needs_review
- needs_revision
- published
request_review:
label: 'Request Review'
from:
- draft
to: needs_review
weight: -1
send_back_for_revision:
label: 'Send Back for Revision'
from:
- needs_review
to: needs_revision
weight: -4
send_back_to_draft:
label: 'Send Back to Draft'
from:
- needs_review
to: draft
weight: 3
send_back_to_review:
label: 'Send Back to Review'
from:
- needs_revision
to: needs_review
weight: -2
un_archive:
label: Un-archive
from:
- archived
to: draft
weight: 1
entity_types:
node:
- page
default_moderation_state: draft
