folder:
type: text
label: PLUGIN_ADMIN.FOLDER_NAME
validate:
# rule: slug
pattern: '[a-zA-Zа-яA-Я0-9_\-]+'
min: 1
max: 200
rule: slug
doesn’t appear to be being parsed. If I copy pattern
etc from the top of the file, it works as expected. If I inherit default.yaml
in theme blueprints no validation will take place.
Is this a bug?
Cheers, Nick