mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
setting to control plugin settings ingestion
This commit is contained in:
@ -866,7 +866,12 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
**settings.INTEGRATION_PLUGIN_SETTINGS,
|
||||
'ENABLE_PLUGINS_SETTING': {
|
||||
'name': _('Enable setting integration'),
|
||||
'description': _('Enable plugins to integrate into inventree settings'),
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
}
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user