expertise : fix title custom marks implementation
All checks were successful
Deploy / Deploy to Production (push) Successful in 26s
All checks were successful
Deploy / Deploy to Production (push) Successful in 26s
This commit is contained in:
parent
79019b761f
commit
1625ee1c44
6 changed files with 62 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
$specificData = [
|
||||
'pageTitle' => $page->writer()->value(),
|
||||
'pageTitle' => $page->writer()->inline()->value(),
|
||||
'backgroundVideo' => $page->backgroundVideo()->toFile()?->url(),
|
||||
'backgroundVideoReverse' => $page->backgroundVideoReverse()->toFile()?->url(),
|
||||
'items' => $page->body()->toBlocks()->filter(fn($b) => $b->type() === 'text')->map(fn($block) => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue