mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-04 16:49:32 +00:00
Use the new "house ads frequency" site setting to configure how often house ads should show, as a percentage. This only applies in ad placements where other ad networks are configured to appear.
9 lines
214 B
Handlebars
9 lines
214 B
Handlebars
{{#each adComponents as |adComponent|}}
|
|
{{component adComponent
|
|
placement=placement
|
|
refreshOnChange=refreshOnChange
|
|
category=category
|
|
listLoading=listLoading
|
|
postNumber=postNumber}}
|
|
{{/each}}
|