Looks like findPageOrDraft
only works for the direct children, not with a path.
So if you have a draft with the slug proposal-a
in content/_drafts
,
dump($site->findPageOrDraft('proposal-a'));
Kirby will find it.
Looks like findPageOrDraft
only works for the direct children, not with a path.
So if you have a draft with the slug proposal-a
in content/_drafts
,
dump($site->findPageOrDraft('proposal-a'));
Kirby will find it.