discourse/app/assets/javascripts/admin/templates/site-settings-category.hbs
OsamaSayegh 282f53f0cd FEATURE: Theme settings (2) (#5611)
Allows theme authors to specify custom theme settings for the theme. 

Centralizes the theme/site settings into a single construct
2018-03-04 19:04:23 -05:00

11 lines
256 B
Handlebars

{{#if filteredContent}}
{{#d-section class="form-horizontal settings"}}
{{#each filteredContent as |setting|}}
{{site-setting setting=setting}}
{{/each}}
{{/d-section}}
{{else}}
<br/>
{{i18n 'admin.site_settings.no_results'}}
{{/if}}