Skip to content

Commit

Permalink
feat: enhance service and case study blueprints with layout modules a…
Browse files Browse the repository at this point in the history
…nd cta settings (#370)
  • Loading branch information
JimSeven authored Nov 14, 2024
1 parent 1706298 commit d610891
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ title: 'Digital Strategy & Innovation Planning'
teaser:
title: 'Digital Strategy & Innovation Planning'
text: 'Durch eine gründliche Analyse Deiner Bedürfnisse und maßgeschneiderte Strategien sorgen wir dafür, dass Du Deine Ziele effizient und innovativ erreichst und langfristig erfolgreich bleibst.'
updated_by: 4eff3d75-2a16-42f6-b6c7-0671bd2e010b
updated_at: 1731497048
updated_by: 1b9339be-2128-45e8-8549-606769d5ff32
updated_at: 1731589578
icon: puzzle-piece
headline: 'Ea minim anim ullamco et qui sint tempor mollit mollit deserunt laboris commodo.'
copy: 'Minim incididunt consectetur quis in irure duis proident.'
layout_modules:
-
id: m3hbpm6s
text:
-
type: paragraph
content:
-
type: text
text: 'Adipisicing id occaecat ea commodo qui incididunt ad aute magna do. Elit anim duis tempor culpa consequat. Voluptate commodo sit aute excepteur nostrud culpa enim sit cillum labore. Et dolor cupidatat cillum ea irure aliquip duis ea anim in. Cillum ut nostrud dolore quis enim cupidatat veniam irure. Ipsum aliqua aliquip tempor eiusmod ullamco exercitation eu dolore consectetur nostrud laboris officia.'
type: text
enabled: true
---
38 changes: 38 additions & 0 deletions resources/blueprints/collections/case_studies/case_study.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ tabs:
required: true
validate:
- required
-
import: page_header
-
handle: layout_modules
field: common.layout_modules
config:
display: Content
sidebar:
display: Sidebar
sections:
Expand All @@ -34,3 +41,34 @@ tabs:
-
handle: teaser
field: common.teaser
settings:
display: Settings
sections:
-
display: Settings
fields:
-
handle: enable_cta_box
field:
default: true
type: toggle
display: 'Enable CTA Box'
width: 50
-
handle: cta_box
field:
type: group
display: 'CTA Box'
fields:
-
handle: override_defaults
field:
type: toggle
display: 'Override Defaults'
width: 50
-
handle: cta_box
field: common.cta_box
config:
if:
override_defaults: 'equals true'
38 changes: 38 additions & 0 deletions resources/blueprints/collections/services/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ tabs:
required: true
validate:
- required
-
import: page_header
-
handle: layout_modules
field: common.layout_modules
config:
display: Content
sidebar:
display: Sidebar
sections:
Expand All @@ -34,3 +41,34 @@ tabs:
-
handle: teaser
field: common.teaser
settings:
display: Settings
sections:
-
display: Settings
fields:
-
handle: enable_cta_box
field:
default: true
type: toggle
display: 'Enable CTA Box'
width: 50
-
handle: cta_box
field:
type: group
display: 'CTA Box'
fields:
-
handle: override_defaults
field:
type: toggle
display: 'Override Defaults'
width: 50
-
handle: cta_box
field: common.cta_box
config:
if:
override_defaults: 'equals true'

0 comments on commit d610891

Please sign in to comment.