Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176

This commit is contained in:
Pantheon Automation 2015-08-17 17:00:26 -07:00 committed by Greg Anderson
commit 9921556621
13277 changed files with 1459781 additions and 0 deletions

View file

@ -0,0 +1,9 @@
id: user_block_user_action
label: 'Overridden block the selected user(s)'
status: true
langcode: en
type: user
plugin: user_block_user_action
dependencies:
module:
- user

View file

@ -0,0 +1,4 @@
threshold:
autorun: 0
requirements_warning: 259200
requirements_error: 1209600

View file

@ -0,0 +1,13 @@
id: language
module: language
label: Language
langcode: en
routes:
- route_name: entity.configurable_language.collection
tips:
language-overview:
id: language-overview
plugin: text
label: Languages
body: '<p>The "Languages" page allows you to add, edit, delete, and reorder languages for the site.</p>'
weight: 1

View file

@ -0,0 +1,6 @@
id: dotted.default
label: 'Default install profile override'
weight: 0
protected_property: Default
# Intentionally commented out to verify default status behavior.
# status: 1

View file

@ -0,0 +1,8 @@
id: override
label: Override
weight: 0
protected_property: Default
status: true
dependencies:
module:
- tour

View file

@ -0,0 +1,8 @@
id: override_unmet
label: Override
weight: 0
protected_property: Default
status: true
dependencies:
module:
- dblog

View file

@ -0,0 +1,13 @@
id: testing_config_overrides
module: testing_config_overrides
label: Config override test
langcode: en
routes:
- route_name: entity.configurable_language.collection
tips:
language-overview:
id: language-overview
plugin: text
label: Languages
body: '<p>The "Languages" page allows you to add, edit, delete, and reorder languages for the site.</p>'
weight: 1

View file

@ -0,0 +1,10 @@
name: Testing config overrides
type: profile
description: 'Minimal profile for running tests with config overrides in a profile.'
version: VERSION
core: 8.x
hidden: true
dependencies:
- action
- language
- tour