Hero paragraph and riff raff from live site

This commit is contained in:
dave onion 2026-03-25 16:28:01 -04:00
parent 063b8a93a9
commit 9c659aec12
26 changed files with 944 additions and 1 deletions

View file

@ -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
@ -50,6 +51,7 @@ settings:
embedded_content: embedded_content
quotation_with_image: quotation_with_image
storyline_header: storyline_header
hero_wrapper: hero_wrapper
storyline_item: storyline_item
title: title
view: view
@ -67,6 +69,9 @@ settings:
file:
weight: -13
enabled: true
hero_wrapper:
weight: 21
enabled: true
image:
weight: -14
enabled: true