grav/plugins/devtools/components/blueprint/append/blueprint.yaml.twig
2023-01-10 13:20:14 +01:00

21 lines
406 B
Twig

title: {{ component.bpname }}
extends@:
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
fields:
header.an_example_text_field:
type: text
label: Add a number
default: 5
validate:
required: true
type: int