1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/templates/components/custom-wizard-field-category.hbs

8 Zeilen
205 B
Handlebars

{{custom-wizard-category-selector
2020-02-05 08:20:24 +01:00
categories=categories
class=fieldClass
2020-03-30 08:16:03 +02:00
whitelist=field.content
onChange=(action (mut categories))
tabindex=field.tabindex
2023-07-10 08:55:54 +02:00
options=(hash maximum=field.limit)
}}