This commit is contained in:
parent
4c586a1b86
commit
4d425dd126
3 changed files with 4 additions and 6 deletions
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
$specificData = [
|
||||
'hero' => [
|
||||
'title' => $page->heroTitle()->value(),
|
||||
'titleHighlight' => $page->heroTitleHighlight()->value(),
|
||||
'subtitle' => $page->heroSubtitle()->value(),
|
||||
'subtitle' => $page->subtitle()->inline()->value(),
|
||||
'ctaText' => $page->ctaText()->value(),
|
||||
'ctaPath' => $page->ctaLink()->toPage()?->id() ?? '#',
|
||||
'image' => $page->heroImage()->toFile()?->url()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue