mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-02 15:49:12 +00:00
Allows creating ads within Discourse admin at Plugins > House Ads. Write the ads in html and style them with CSS in themes.
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
export default Ember.Controller.extend({
|
|
loadingAds: true
|
|
});
|