Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-01-23 08:18:59 +01:00
7 Zeilen
Kein EOL
208 B
Ruby
7 Zeilen
Kein EOL
208 B
Ruby
module CustomWizardStepExtension
|
|
attr_accessor :title, :description, :key, :permitted, :permitted_message
|
|
end
|
|
|
|
class Wizard::Step
|
|
prepend CustomWizardStepExtension if SiteSetting.custom_wizard_enabled
|
|
end |