Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
6 Zeilen
Kein EOL
140 B
JavaScript
6 Zeilen
Kein EOL
140 B
JavaScript
export default {
|
|
shouldRender(_, ctx) {
|
|
return ctx.siteSettings.custom_wizard_enabled &&
|
|
ctx.site.complete_custom_wizard;
|
|
}
|
|
} |