0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-19 23:40:07 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/custom-wizard-field-tag.hbs
2022-10-26 10:04:50 +02:00

10 Zeilen
198 B
Handlebars

{{custom-wizard-tag-chooser
tags=field.value
tabindex=field.tabindex
tagGroups=field.tag_groups
everyTag=true
options=(hash
maximum=field.limit
allowAny=field.can_create_tag
)}}