Add the configuration from live into the repository
This commit is contained in:
parent
c1590dde5c
commit
a993889823
34 changed files with 1339 additions and 77 deletions
|
@ -6,6 +6,7 @@ dependencies:
|
|||
- field.storage.node.field_body_paragraph
|
||||
- node.type.landing_page
|
||||
- paragraphs.paragraphs_type.content_reference
|
||||
- paragraphs.paragraphs_type.embedded_content
|
||||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
|
@ -50,21 +51,28 @@ settings:
|
|||
title: title
|
||||
view: view
|
||||
content_reference: content_reference
|
||||
embedded_content: embedded_content
|
||||
quotation_with_image: quotation_with_image
|
||||
webform: webform
|
||||
target_bundles_drag_drop:
|
||||
text:
|
||||
content_reference:
|
||||
enabled: true
|
||||
weight: -21
|
||||
image:
|
||||
weight: 15
|
||||
embedded_content:
|
||||
enabled: true
|
||||
weight: -20
|
||||
video:
|
||||
weight: 17
|
||||
faq:
|
||||
enabled: true
|
||||
weight: -19
|
||||
weight: -14
|
||||
file:
|
||||
enabled: true
|
||||
weight: -18
|
||||
image:
|
||||
enabled: true
|
||||
weight: -20
|
||||
quotation_with_image:
|
||||
enabled: true
|
||||
weight: 17
|
||||
slide:
|
||||
enabled: true
|
||||
weight: -17
|
||||
|
@ -74,24 +82,21 @@ settings:
|
|||
storyline_item:
|
||||
enabled: true
|
||||
weight: -15
|
||||
faq:
|
||||
text:
|
||||
enabled: true
|
||||
weight: -14
|
||||
update:
|
||||
enabled: true
|
||||
weight: -13
|
||||
weight: -21
|
||||
title:
|
||||
enabled: true
|
||||
weight: -12
|
||||
update:
|
||||
enabled: true
|
||||
weight: -13
|
||||
video:
|
||||
enabled: true
|
||||
weight: -19
|
||||
view:
|
||||
enabled: true
|
||||
weight: 12
|
||||
content_reference:
|
||||
enabled: true
|
||||
weight: 15
|
||||
quotation_with_image:
|
||||
enabled: true
|
||||
weight: 17
|
||||
webform:
|
||||
enabled: true
|
||||
weight: 26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue