Hero paragraph and riff raff from live site
This commit is contained in:
parent
063b8a93a9
commit
9c659aec12
26 changed files with 944 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ dependencies:
|
|||
- paragraphs.paragraphs_type.embedded_content
|
||||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.hero_wrapper
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
- paragraphs.paragraphs_type.slide
|
||||
|
|
@ -52,6 +53,7 @@ settings:
|
|||
content_reference: content_reference
|
||||
embedded_content: embedded_content
|
||||
quotation_with_image: quotation_with_image
|
||||
hero_wrapper: hero_wrapper
|
||||
webform: webform
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
|
|
@ -67,6 +69,9 @@ settings:
|
|||
file:
|
||||
weight: -18
|
||||
enabled: true
|
||||
hero_wrapper:
|
||||
weight: 21
|
||||
enabled: true
|
||||
image:
|
||||
weight: -20
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue