Commit configuration updated by Drupal 8.6
This commit is contained in:
parent
269c90cb9e
commit
5d0830d4e5
11 changed files with 62 additions and 10 deletions
|
@ -0,0 +1,11 @@
|
|||
uuid: da54d461-6634-4b68-a53b-20610b3d7dec
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- migrate_drupal_multilingual
|
||||
id: config_sync.module.migrate_drupal_multilingual
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: migrate_drupal_multilingual
|
||||
items: { }
|
|
@ -17,6 +17,8 @@ content:
|
|||
author:
|
||||
weight: -2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
comment_body:
|
||||
type: text_textarea
|
||||
weight: 11
|
||||
|
|
|
@ -24,4 +24,6 @@ content:
|
|||
links:
|
||||
weight: 100
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
|
|
|
@ -75,6 +75,7 @@ module:
|
|||
metatag: 0
|
||||
migrate: 0
|
||||
migrate_drupal: 0
|
||||
migrate_drupal_multilingual: 0
|
||||
migrate_plus: 0
|
||||
migrate_tools: 0
|
||||
node: 0
|
||||
|
|
|
@ -15,7 +15,7 @@ type: image
|
|||
settings:
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
uuid: null
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
|
|
|
@ -14,3 +14,4 @@ effects:
|
|||
data:
|
||||
width: 170
|
||||
height: 170
|
||||
anchor: center-center
|
||||
|
|
|
@ -14,3 +14,4 @@ effects:
|
|||
data:
|
||||
width: 100
|
||||
height: 100
|
||||
anchor: center-center
|
||||
|
|
|
@ -9,5 +9,5 @@ _core:
|
|||
id: comment_delete_action
|
||||
label: 'Delete comment'
|
||||
type: comment
|
||||
plugin: comment_delete_action
|
||||
plugin: 'entity:delete_action:comment'
|
||||
configuration: { }
|
||||
|
|
|
@ -9,5 +9,5 @@ _core:
|
|||
id: node_delete_action
|
||||
label: 'Delete content'
|
||||
type: node
|
||||
plugin: node_delete_action
|
||||
plugin: 'entity:delete_action:node'
|
||||
configuration: { }
|
||||
|
|
|
@ -434,6 +434,42 @@ display:
|
|||
entity_type: block_content
|
||||
entity_field: type
|
||||
plugin_id: bundle
|
||||
reusable:
|
||||
id: reusable
|
||||
table: block_content_field_data
|
||||
field: reusable
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
operator: '='
|
||||
value: '1'
|
||||
group: 1
|
||||
exposed: false
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: ''
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: ''
|
||||
identifier: ''
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
entity_type: block_content
|
||||
entity_field: reusable
|
||||
plugin_id: boolean
|
||||
sorts: { }
|
||||
title: 'Custom block library'
|
||||
header: { }
|
||||
|
|
|
@ -655,18 +655,16 @@ display:
|
|||
footer: { }
|
||||
empty:
|
||||
area:
|
||||
id: area
|
||||
id: area_text_custom
|
||||
table: views
|
||||
field: area
|
||||
field: area_text_custom
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
admin_label: 'No log messages available.'
|
||||
empty: true
|
||||
tokenize: false
|
||||
content:
|
||||
value: 'No log messages available.'
|
||||
format: basic_html
|
||||
plugin_id: text
|
||||
content: 'No log messages available.'
|
||||
plugin_id: text_custom
|
||||
relationships:
|
||||
uid:
|
||||
id: uid
|
||||
|
|
Loading…
Reference in a new issue