dynamize project
This commit is contained in:
parent
4d1811830c
commit
801db754d2
3 changed files with 23 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ $children = $page->children()->map(function ($child) {
|
|||
'uri' => $child->uri(),
|
||||
'uri' => '/' . $child->uri(),
|
||||
'modified' => $child->modified('Y-MM-d'),
|
||||
'currentStep' => $child->currentStep()->value(),
|
||||
'status' => $child->status(),
|
||||
'logo' => $child->client()->toPage()->logo()->toFile()->url(),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue