Start PhysicalSample
This commit is contained in:
parent
30876abff3
commit
3f57b195bc
9 changed files with 63 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue