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

8 Zeilen
150 B
Text

2020-04-14 07:46:06 +02:00
export default {
shouldRender(_, ctx) {
return (
ctx.siteSettings.custom_wizard_enabled && ctx.site.complete_custom_wizard
);
},
};