Hi everybody. I have problem with admin panel setup using blueprints.I have page /planes and its collections. I need to choose on of plane collection by dropdown list on the second page blueprint. How can I do this?
header.plane_id:
type: select
classes: fancy
label: Plane id
default: default
data-options@: '\Grav\Common\Page\Pages::pageTypes'
I think somethig wrong with data-options@. Please help me, I don`t know what to do.