Update to Drupal 8.0.0-beta15. For more information, see: https://www.drupal.org/node/2563023
This commit is contained in:
parent
2720a9ec4b
commit
f3791f1da3
1898 changed files with 54300 additions and 11481 deletions
|
@ -1,9 +1,9 @@
|
|||
id: bartik_help
|
||||
theme: bartik
|
||||
weight: 0
|
||||
weight: -30
|
||||
status: true
|
||||
langcode: en
|
||||
region: help
|
||||
region: content
|
||||
plugin: help_block
|
||||
settings:
|
||||
id: help_block
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
id: bartik_local_actions
|
||||
theme: bartik
|
||||
weight: -20
|
||||
status: true
|
||||
langcode: en
|
||||
region: content
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: Primary admin actions
|
||||
label_display: '0'
|
||||
dependencies:
|
||||
theme:
|
||||
- bartik
|
||||
visibility: { }
|
|
@ -0,0 +1,15 @@
|
|||
id: bartik_local_tasks
|
||||
theme: bartik
|
||||
weight: -40
|
||||
status: true
|
||||
langcode: en
|
||||
region: content
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: Tabs
|
||||
label_display: '0'
|
||||
dependencies:
|
||||
theme:
|
||||
- bartik
|
||||
visibility: { }
|
|
@ -0,0 +1,15 @@
|
|||
id: seven_local_actions
|
||||
theme: seven
|
||||
weight: -10
|
||||
status: true
|
||||
langcode: en
|
||||
region: content
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: Primary admin actions
|
||||
label_display: '0'
|
||||
dependencies:
|
||||
theme:
|
||||
- seven
|
||||
visibility: { }
|
|
@ -0,0 +1,17 @@
|
|||
id: seven_primary_local_tasks
|
||||
theme: seven
|
||||
weight: 0
|
||||
status: true
|
||||
langcode: en
|
||||
region: header
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: Primary tabs
|
||||
label_display: '0'
|
||||
primary: true
|
||||
secondary: false
|
||||
dependencies:
|
||||
theme:
|
||||
- seven
|
||||
visibility: { }
|
|
@ -0,0 +1,17 @@
|
|||
id: seven_secondary_local_tasks
|
||||
theme: seven
|
||||
weight: 0
|
||||
status: true
|
||||
langcode: en
|
||||
region: pre_content
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: Secondary tabs
|
||||
label_display: '0'
|
||||
primary: false
|
||||
secondary: true
|
||||
dependencies:
|
||||
theme:
|
||||
- seven
|
||||
visibility: { }
|
|
@ -24,6 +24,10 @@ settings:
|
|||
items:
|
||||
- Blockquote
|
||||
- DrupalImage
|
||||
-
|
||||
name: 'Block Formatting'
|
||||
items:
|
||||
- Format
|
||||
-
|
||||
name: Tools
|
||||
items:
|
||||
|
|
|
@ -11,7 +11,7 @@ filters:
|
|||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <h5> <h6> <p> <br> <span> <img>'
|
||||
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6> <p> <br> <span> <img>'
|
||||
filter_html_help: false
|
||||
filter_html_nofollow: false
|
||||
filter_align:
|
||||
|
|
|
@ -11,7 +11,7 @@ filters:
|
|||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <h5> <h6>'
|
||||
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6>'
|
||||
filter_html_help: true
|
||||
filter_html_nofollow: false
|
||||
filter_autop:
|
||||
|
|
Reference in a new issue