add project route
This commit is contained in:
parent
abaf667a82
commit
93642fb9b2
4 changed files with 81 additions and 28 deletions
|
|
@ -4,6 +4,8 @@ $children = $page->children()->map(function ($child) {
|
|||
return [
|
||||
'title' => $child->title()->value(),
|
||||
'url' => $child->url(),
|
||||
'uri' => $child->uri(),
|
||||
'uri' => '/' . $child->uri(),
|
||||
'modified' => $child->modified('Y-MM-d'),
|
||||
'status' => $child->status(),
|
||||
'logo' => $child->client()->toPage()->logo()->toFile()->url()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue