Hello,
I have 4 taxonomy-types:
- category
- tag
- level
- properties
Is it possible ‘hide’ one or more taxonomy-types from a specific blueprint?
I try this in the blueprint province.yaml, with no luck:
header.taxonomy:
type: taxonomy
label: PLUGIN_ADMIN.TAXONOMY
multiple: true
default:
level: ['provincie']
validate:
type: array
header.taxonomy.properties:
unset@: true
help: 'helptekst'
Otherwise, how can i set also a help-text below a taxonomy-type?
Trying access the taxonomy-types, but nothing changed.
Reading the docs, but can’t find anything about specific problems…