This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/templates/components/site-customization-change-field.hbs
2020-02-06 17:26:06 +01:00

8 lines
187 B
Handlebars

{{#if field}}
<section class="field">
<b>{{i18n name}}</b>: ({{i18n 'character_count' count=field.length}})
<br>
{{textarea value=field class="plain"}}
</section>
{{/if}}