project blueprint - add optional steps

This commit is contained in:
isUnknown 2024-09-26 15:46:13 +02:00
parent 0df79ba8a8
commit 595c275100
5 changed files with 67 additions and 13 deletions

View file

@ -1,5 +1,4 @@
<?php
$children = $page->children()->map(function ($child) {
return [
'title' => $child->title()->value(),