mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-02 17:04:02 -04:00
FIX: category settings should not limit number of tags
This commit is contained in:
parent
3c0df3510a
commit
3af27a6d83
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<section class="field">
|
<section class="field">
|
||||||
<p>{{i18n 'category.tags_allowed_tags'}}</p>
|
<p>{{i18n 'category.tags_allowed_tags'}}</p>
|
||||||
{{tag-chooser placeholderKey="category.tags_placeholder" tags=category.allowed_tags}}
|
{{tag-chooser placeholderKey="category.tags_placeholder" tags=category.allowed_tags everyTag="true" unlimitedTagCount="true"}}
|
||||||
|
|
||||||
<p>{{i18n 'category.tags_allowed_tag_groups'}}</p>
|
<p>{{i18n 'category.tags_allowed_tag_groups'}}</p>
|
||||||
{{tag-group-chooser placeholderKey="category.tag_groups_placeholder" tagGroups=category.allowed_tag_groups}}
|
{{tag-group-chooser placeholderKey="category.tag_groups_placeholder" tagGroups=category.allowed_tag_groups}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue