mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Allow all tags in site/theme settings, ignore tag group restrictions (#12067)
This commit is contained in:
parent
834388dbe0
commit
ae64490162
@ -1,6 +1,7 @@
|
|||||||
{{tag-chooser
|
{{tag-chooser
|
||||||
tags=selectedTags
|
tags=selectedTags
|
||||||
onChange=(action "changeSelectedTags")
|
onChange=(action "changeSelectedTags")
|
||||||
|
everyTag=true
|
||||||
options=(hash
|
options=(hash
|
||||||
allowAny=false
|
allowAny=false
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user