Hello there,
in the antimatter blueprint showcase.yaml i saw this lines of code:
form:
fields:
tabs:
fields:
advanced:
fields:
columns:
fields:
column1:
fields:
name:
default: modular/showcase
'@data-options': '\Grav\Common\Page\Pages::modularTypes'
overrides:
fields:
header.template:
default: modular/showcase
'@data-options': '\Grav\Common\Page\Pages::modularTypes'
I know that blueprints are needed to make options and fields available to the backend. But what does these lines above do and do i need them if i create a blueprint for modular pages?
Thanks in advance