mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-03 08:09:24 +00:00
Allows creating ads within Discourse admin at Plugins > House Ads. Write the ads in html and style them with CSS in themes.
10 lines
328 B
Handlebars
10 lines
328 B
Handlebars
<label for="{{name}}">{{title}}</label>
|
|
{{house-ads-chooser settingValue=adValue choices=adNames}}
|
|
<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>
|