New plugin mixin "WizardPlugin"
This commit is contained in:
parent
4193aa4d41
commit
03c2439efe
1 changed files with 6 additions and 0 deletions
|
|
@ -450,6 +450,12 @@ class TemplatePlugin(OctoPrintPlugin, ReloadNeedingPlugin):
|
|||
return os.path.join(self._basefolder, "templates")
|
||||
|
||||
|
||||
class WizardPlugin(OctoPrintPlugin, ReloadNeedingPlugin):
|
||||
|
||||
def is_wizard_required(self):
|
||||
return False
|
||||
|
||||
|
||||
class SimpleApiPlugin(OctoPrintPlugin):
|
||||
"""
|
||||
Utilizing the ``SimpleApiPlugin`` mixin plugins may implement a simple API based around one GET resource and one
|
||||
|
|
|
|||
Loading…
Reference in a new issue