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:
@ -827,6 +827,8 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
},
|
||||
|
||||
**settings.INTEGRATION_PLUGIN_SETTINGS
|
||||
}
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user