Hi!
I've been using Grav for a month now and I'm becoming a bigger fan from day to day.
Since a few days I started playing around with Blueprints to override the default behavior of some fields in the admin panel.
My current goal is to set both taxonomy fields ("Category" and "Tag") as required (indicated by a red star next to the text field) for pages of type "Item".
Currently, my blueprint file looks like this:
extends@: item
form:
fields:
tabs:
fields:
options:
fields:
taxonomies:
fields:
header.taxonomy:
validate:
required: true
But this validation becomes true when "Category" or "Tag" is filled in. I am looking for a way to set both fields as required.
Does anyone know of a way to do this?
Thanks a lot, Phillip