amino-1.0.x-dev/modules/amino_editor/config/optional/workflows.workflow.publishing.yml
modules/amino_editor/config/optional/workflows.workflow.publishing.yml
langcode: en
status: true
dependencies:
module:
- content_moderation
id: publishing
label: Publishing
type: content_moderation
type_settings:
states:
draft:
label: Draft
published: false
default_revision: false
weight: 0
published:
label: Published
published: true
default_revision: true
weight: 1
unpublished:
published: false
default_revision: false
label: Unpublished
weight: 2
transitions:
create_new_draft:
label: 'Create New Draft'
to: draft
weight: 0
from:
- draft
- published
- unpublished
publish:
label: Publish
to: published
weight: 1
from:
- draft
- published
- unpublished
unpublish:
label: Unpublish
from:
- published
to: unpublished
weight: 2
entity_types: { }
