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
|
@ -106,7 +106,7 @@ display:
|
|||
id: status
|
||||
table: node_field_data
|
||||
field: status
|
||||
value: true
|
||||
value: '1'
|
||||
group: 0
|
||||
expose:
|
||||
operator: '0'
|
||||
|
|
|
@ -370,7 +370,7 @@ display:
|
|||
group_type: group
|
||||
admin_label: ''
|
||||
operator: '='
|
||||
value: true
|
||||
value: '1'
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
|
|
|
@ -105,7 +105,7 @@ display:
|
|||
operator: '='
|
||||
relationship: none
|
||||
table: node_field_data
|
||||
value: true
|
||||
value: '1'
|
||||
plugin_id: boolean
|
||||
entity_type: node
|
||||
entity_field: promote
|
||||
|
@ -116,7 +116,7 @@ display:
|
|||
group: 1
|
||||
id: status
|
||||
table: node_field_data
|
||||
value: true
|
||||
value: '1'
|
||||
plugin_id: boolean
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
|
|
|
@ -6,7 +6,7 @@ node.settings:
|
|||
mapping:
|
||||
use_admin_theme:
|
||||
type: boolean
|
||||
label: 'Use admin theme when editing or creating content'
|
||||
label: 'Use administration theme when editing or creating content'
|
||||
|
||||
node.type.*:
|
||||
type: config_entity
|
||||
|
|
Reference in a new issue