FIX: Allow all tags in site/theme settings, ignore tag group restrictions (#12067)

This commit is contained in:
David Taylor 2021-02-12 14:59:21 +00:00 committed by GitHub
parent 834388dbe0
commit ae64490162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{{tag-chooser
tags=selectedTags
onChange=(action "changeSelectedTags")
everyTag=true
options=(hash
allowAny=false
)