Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
|
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: archived
|
||||
label: Archived
|
||||
published: false
|
||||
default_revision: true
|
||||
weight: -8
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: draft
|
||||
label: Draft
|
||||
published: false
|
||||
default_revision: false
|
||||
weight: -10
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: published
|
||||
label: Published
|
||||
published: true
|
||||
default_revision: true
|
||||
weight: -9
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.archived
|
||||
- content_moderation.state.draft
|
||||
id: archived_draft
|
||||
label: 'Un-archive to Draft'
|
||||
stateFrom: archived
|
||||
stateTo: draft
|
||||
weight: -5
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.archived
|
||||
- content_moderation.state.published
|
||||
id: archived_published
|
||||
label: 'Un-archive'
|
||||
stateFrom: archived
|
||||
stateTo: published
|
||||
weight: -4
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.draft
|
||||
id: draft_draft
|
||||
label: 'Create New Draft'
|
||||
stateFrom: draft
|
||||
stateTo: draft
|
||||
weight: -10
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.draft
|
||||
- content_moderation.state.published
|
||||
id: draft_published
|
||||
label: 'Publish'
|
||||
stateFrom: draft
|
||||
stateTo: published
|
||||
weight: -9
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.archived
|
||||
- content_moderation.state.published
|
||||
id: published_archived
|
||||
label: 'Archive'
|
||||
stateFrom: published
|
||||
stateTo: archived
|
||||
weight: -6
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.draft
|
||||
- content_moderation.state.published
|
||||
id: published_draft
|
||||
label: 'Create New Draft'
|
||||
stateFrom: published
|
||||
stateTo: draft
|
||||
weight: -8
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- content_moderation.state.published
|
||||
id: published_published
|
||||
label: 'Publish'
|
||||
stateFrom: published
|
||||
stateTo: published
|
||||
weight: -7
|
||||
Reference in a new issue