You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This relates to blueprints and probably Grav 1.7/Admin 1.10.
I have a custom page blueprint definition with a field:
header.hero.height:
toggleable: true
type: text
label: Height Classes
config-default@: theme.hero.height
When there is no value it saves fine (i.e. not toggled on). As soon as I provide a value in the field and save it gives me an error:
Save Failed: Undefined index: type
Removing the config-default@ allows saving just fine, so it's definitely related to that. Also, make no difference if I change it to config-placeholder@, still gives error on save.
The text was updated successfully, but these errors were encountered:
This relates to blueprints and probably Grav 1.7/Admin 1.10.
I have a custom page blueprint definition with a field:
When there is no value it saves fine (i.e. not toggled on). As soon as I provide a value in the field and save it gives me an error:
Removing the
config-default@
allows saving just fine, so it's definitely related to that. Also, make no difference if I change it toconfig-placeholder@
, still gives error on save.The text was updated successfully, but these errors were encountered: