0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/connectors/top-notices/prompt-completion.js.es6
Angus McLeod d128565979 various
2020-04-14 15:46:06 +10:00

6 Zeilen
Kein EOL
140 B
JavaScript

export default {
shouldRender(_, ctx) {
return ctx.siteSettings.custom_wizard_enabled &&
ctx.site.complete_custom_wizard;
}
}