2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 03:05:28 +00:00

Update metadata

Closes #282
This commit is contained in:
Matthias Mair
2022-05-25 22:30:33 +02:00
parent 57004689a8
commit a55a68d629
8 changed files with 25 additions and 24 deletions

View File

@ -15,9 +15,9 @@ The dict must be formatted similar to the following sample. Take a look at the s
``` python
class PluginWithSettings(SettingsMixin, IntegrationPluginBase):
class PluginWithSettings(SettingsMixin, InvenTreePlugin):
PLUGIN_NAME = "PluginWithSettings"
NAME = "PluginWithSettings"
SETTINGS = {
'API_ENABLE': {