You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.2 KiB
64 lines
1.2 KiB
2 years ago
|
uuid: 88322d48-e880-475e-a2d6-a9ffb773b424
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
module:
|
||
|
- content_moderation
|
||
|
_core:
|
||
|
default_config_hash: T7gMMyFbTYLalxpIOnzJebvek2OW0b1RgLVE9I2y228
|
||
|
id: editorial
|
||
|
label: Editorial
|
||
|
type: content_moderation
|
||
|
type_settings:
|
||
|
states:
|
||
|
archived:
|
||
|
label: Archived
|
||
|
weight: 5
|
||
|
published: false
|
||
|
default_revision: true
|
||
|
draft:
|
||
|
label: Draft
|
||
|
weight: -5
|
||
|
published: false
|
||
|
default_revision: false
|
||
|
published:
|
||
|
label: Published
|
||
|
weight: 0
|
||
|
published: true
|
||
|
default_revision: true
|
||
|
transitions:
|
||
|
archive:
|
||
|
label: Archive
|
||
|
from:
|
||
|
- published
|
||
|
to: archived
|
||
|
weight: 2
|
||
|
archived_draft:
|
||
|
label: 'Restore to Draft'
|
||
|
from:
|
||
|
- archived
|
||
|
to: draft
|
||
|
weight: 3
|
||
|
archived_published:
|
||
|
label: Restore
|
||
|
from:
|
||
|
- archived
|
||
|
to: published
|
||
|
weight: 4
|
||
|
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: { }
|
||
|
default_moderation_state: draft
|