mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
add navigation setting
This commit is contained in:
@ -855,6 +855,12 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
'choices': settings_group_options
|
||||
},
|
||||
|
||||
'ENABLE_PLUGINS_NAVIGATION': {
|
||||
'name': _('Enable navigation integration'),
|
||||
'description': _('Enable plugins to integrate into navigation'),
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
**settings.INTEGRATION_PLUGIN_SETTINGS,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user