Neil Lalonde 1bd80e1afe FEATURE: House Ads
Allows creating ads within Discourse admin at Plugins > House Ads.
Write the ads in html and style them with CSS in themes.
2019-05-03 11:39:34 -04:00

10 lines
332 B
Handlebars

<label for="{{name}}">{{title}}</label>
{{text-field value=adValue classNames="house-ads-text-input"}}
<div class='setting-controls'>
{{#if changed}}
{{d-button class="ok" action=(action "save") icon="check"}}
{{d-button class="cancel" action=(action "cancel") icon="times"}}
{{/if}}
</div>
<p class='help'>{{help}}</p>