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:
Pantheon Automation 2016-10-06 15:16:20 -07:00 committed by Greg Anderson
parent 2f563ab520
commit f1c8716f57
1732 changed files with 52334 additions and 11780 deletions

View file

@ -0,0 +1,8 @@
langcode: en
status: true
dependencies: { }
id: archived
label: Archived
published: false
default_revision: true
weight: -8

View file

@ -0,0 +1,8 @@
langcode: en
status: true
dependencies: { }
id: draft
label: Draft
published: false
default_revision: false
weight: -10

View file

@ -0,0 +1,8 @@
langcode: en
status: true
dependencies: { }
id: published
label: Published
published: true
default_revision: true
weight: -9

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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