expertise : fix title custom marks implementation
All checks were successful
Deploy / Deploy to Production (push) Successful in 26s

This commit is contained in:
isUnknown 2026-03-20 09:53:49 +01:00
parent 79019b761f
commit 1625ee1c44
6 changed files with 62 additions and 40 deletions

View file

@ -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) => [