Enable Layout Builder for basic pages
This commit is contained in:
parent
ec3cd3e362
commit
732b1857b6
|
@ -6,8 +6,45 @@ dependencies:
|
|||
- field.field.node.page.body
|
||||
- node.type.page
|
||||
module:
|
||||
- layout_builder
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
layout_builder:
|
||||
allow_custom: false
|
||||
enabled: true
|
||||
sections:
|
||||
-
|
||||
layout_id: layout_onecol
|
||||
layout_settings:
|
||||
label: ''
|
||||
components:
|
||||
b4b65073-1040-4ebf-b67b-230c7c2c70a1:
|
||||
uuid: b4b65073-1040-4ebf-b67b-230c7c2c70a1
|
||||
region: content
|
||||
configuration:
|
||||
label_display: '0'
|
||||
context_mapping:
|
||||
entity: layout_builder.entity
|
||||
id: 'extra_field_block:node:page:links'
|
||||
additional: { }
|
||||
weight: 0
|
||||
d54a5760-4c31-463b-8f96-e31d19f00010:
|
||||
uuid: d54a5760-4c31-463b-8f96-e31d19f00010
|
||||
region: content
|
||||
configuration:
|
||||
label_display: '0'
|
||||
context_mapping:
|
||||
entity: layout_builder.entity
|
||||
id: 'field_block:node:page:body'
|
||||
formatter:
|
||||
label: hidden
|
||||
type: text_default
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
additional: { }
|
||||
weight: 1
|
||||
third_party_settings: { }
|
||||
id: node.page.default
|
||||
targetEntityType: node
|
||||
bundle: page
|
||||
|
|
|
@ -9,6 +9,7 @@ module:
|
|||
config_filter: 0
|
||||
config_ignore: 0
|
||||
config_split: 0
|
||||
contextual: 0
|
||||
ctools: 0
|
||||
custom: 0
|
||||
datetime: 0
|
||||
|
@ -22,6 +23,8 @@ module:
|
|||
google_analytics: 0
|
||||
hook_event_dispatcher: 0
|
||||
image: 0
|
||||
layout_builder: 0
|
||||
layout_discovery: 0
|
||||
link: 0
|
||||
markdown: 0
|
||||
media: 0
|
||||
|
|
Loading…
Reference in a new issue