I was trying out to create an (infinite) nestable structure by using the ‘extend’ mechanism. But it seems like Kirby isn’t able to parse that? (it throws an OutOfMemory exception).
So is there a way to achieve something simular like this?
(For clarity sake, I added an example blueprint below. It does not work!).
# fields/myNestingStruct.php
label: Nesting Structure
type: structure
columns:
name:
width: 1/1
fields:
name:
type: text
label: Name
children:
extends: fields/myNestingStruct