Start PhysicalSample

This commit is contained in:
Timothée Goguely 2024-12-11 15:05:40 +01:00
parent 30876abff3
commit 3f57b195bc
9 changed files with 63 additions and 9 deletions

View file

@ -41,6 +41,8 @@ class ProjectPage extends Page {
'modified' => $child->modified('Y-MM-dd'),
'isValidated' => $child->isValidated() == 'true' ? true : false,
'description' => $child->description()->isNotempty() ? $child->description()->value() : null,
'title' => $child->headline()->isNotempty() ? $child->headline()->value() : null,
'date' => $child->date()->isNotempty() ? $child->date()->value() : null,
'cover' => $child->cover()->isNotempty() ? $child->cover()->toFile()->url() : null,
'uri' => $uri,
'files' => $files,