2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

settings per plugin

This commit is contained in:
Matthias
2021-09-17 22:44:11 +02:00
parent d5f022f2cb
commit 682ee87267
3 changed files with 39 additions and 0 deletions

View File

@ -827,6 +827,8 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'default': True,
'validator': bool,
},
**settings.INTEGRATION_PLUGIN_SETTINGS
}
class Meta: