white paper > intro : keep html formating. closes #76
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 23s

This commit is contained in:
isUnknown 2026-05-14 08:34:56 +02:00
parent 35f160f9d1
commit 952375e6f5
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@
$specificData = [
'published' => $page->published()->toDate('d/m/Y'),
'intro' => $page->intro()->inline()->value(),
'intro' => $page->intro()->value(),
'cover' => $page->cover()->toFile()?->url(),
'fileUrl' => $page->downloadFile()->toFile()?->url(),
];