Hello
I create a file named site.yaml inside user/themes/mytheme/blueprints/ with this code:
@extends:
'@parent'
form:
fields:
content:
fields:
myfield:
type: text
label: My Field
This is the sample code of the documentation:
https://learn.getgrav.org/forms/blueprints/example-config-blueprints
But the field "My Field" is not displayed under "Config"->"Site".
What am I doing wrong?
Thank you for your help!
