wxt-8.x-3.011/modules/custom/wxt_ext/wxt_ext_workflow/config/optional/workflows.workflow.editorial.yml
modules/custom/wxt_ext/wxt_ext_workflow/config/optional/workflows.workflow.editorial.yml
langcode: en
status: true
dependencies:
module:
- content_moderation
id: editorial
label: 'Editorial'
type: content_moderation
type_settings:
states:
archived:
label: Archived
weight: 5
published: false
default_revision: true
draft:
label: Draft
published: false
default_revision: false
weight: -5
published:
label: Published
published: true
default_revision: true
weight: 0
review:
label: 'In review'
weight: -1
published: false
default_revision: false
transitions:
archive:
label: Archive
from:
- published
to: archived
weight: 2
archived_published:
label: 'Restore from archive'
from:
- archived
to: published
weight: 4
create_new_draft:
label: 'Create New Draft'
to: draft
weight: 0
from:
- archived
- draft
- published
- review
publish:
label: Publish
to: published
weight: 1
from:
- draft
- published
- review
review:
label: 'Send to review'
to: review
weight: 0
from:
- draft
- review
entity_types: { }
