FIX: category settings should not limit number of tags

This commit is contained in:
Neil Lalonde 2016-07-26 16:03:54 -04:00
parent 3c0df3510a
commit 3af27a6d83
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<section class="field">
<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>
{{tag-group-chooser placeholderKey="category.tag_groups_placeholder" tagGroups=category.allowed_tag_groups}}