type rec for title
This commit is contained in:
parent
af66da4199
commit
486893cda5
|
|
@ -256,6 +256,7 @@ class IntegrationPluginBase(MixinBase, plugin.InvenTreePlugin):
|
|||
The IntegrationPluginBase class is used to integrate with 3rd party software
|
||||
"""
|
||||
PLUGIN_SLUG = None
|
||||
PLUGIN_TITLE = None
|
||||
|
||||
AUTHOR = None
|
||||
PUBLISH_DATE = None
|
||||
|
|
|
|||
Loading…
Reference in New Issue