storm-1.x-dev/config/optional/workflows.workflow.editorial.yml
config/optional/workflows.workflow.editorial.yml
langcode: en
status: true
dependencies:
config:
- node.type.article
- node.type.landing_page
- node.type.page
module:
- content_moderation
id: editorial
label: Editorial
type: content_moderation
type_settings:
states:
archived:
label: Archived
weight: 2
published: false
default_revision: true
draft:
label: Draft
weight: 0
published: false
default_revision: false
published:
label: Published
weight: 1
published: true
default_revision: true
transitions:
archive:
label: Archive
from:
- published
to: archived
weight: 2
create_new_draft:
label: 'Create New Draft'
from:
- archived
- draft
- published
to: draft
weight: 0
publish:
label: Publish
from:
- draft
- published
to: published
weight: 1
unarchive:
label: Unarchive
from:
- archived
to: published
weight: 3
entity_types:
node:
- article
- landing_page
- page
default_moderation_state: draft
