Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Add add_wizard helper
Dieser Commit ist enthalten in:
Ursprung
2f659f4d18
Commit
a784d4a33e
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
|
@ -136,4 +136,9 @@ class CustomWizard::Wizard
|
||||||
[]
|
[]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def self.add_wizard(json)
|
||||||
|
wizard = ::JSON.parse(json)
|
||||||
|
PluginStore.set('custom_wizard', wizard["id"], wizard)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Laden …
In neuem Issue referenzieren