white paper > intro : keep html formating. closes #76
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 23s
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 23s
This commit is contained in:
parent
35f160f9d1
commit
952375e6f5
2 changed files with 6 additions and 2 deletions
|
|
@ -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(),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue