43 lines
796 B
YAML
43 lines
796 B
YAML
|
uuid: 82f87047-8f1f-4e54-9d04-af81a8f46919
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
config:
|
||
|
- node.type.concept
|
||
|
module:
|
||
|
- content_moderation
|
||
|
id: concept_workflow
|
||
|
label: 'Concept workflow'
|
||
|
type: content_moderation
|
||
|
type_settings:
|
||
|
states:
|
||
|
draft:
|
||
|
label: Draft
|
||
|
weight: 0
|
||
|
published: false
|
||
|
default_revision: false
|
||
|
published:
|
||
|
label: Published
|
||
|
weight: 1
|
||
|
published: true
|
||
|
default_revision: true
|
||
|
transitions:
|
||
|
create_new_draft:
|
||
|
label: 'Create New Draft'
|
||
|
from:
|
||
|
- draft
|
||
|
- published
|
||
|
to: draft
|
||
|
weight: 0
|
||
|
publish:
|
||
|
label: Publish
|
||
|
from:
|
||
|
- draft
|
||
|
- published
|
||
|
to: published
|
||
|
weight: 1
|
||
|
entity_types:
|
||
|
node:
|
||
|
- concept
|
||
|
default_moderation_state: draft
|