2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Revert "remove url load setting for plugin"

This reverts commit e37477eb15.
This commit is contained in:
Matthias
2021-10-19 21:39:58 +02:00
parent f86bd4dd6b
commit 1c93a126ae
3 changed files with 17 additions and 3 deletions

View File

@ -875,6 +875,12 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'default': '',
'choices': settings_group_options
},
'ENABLE_PLUGINS_URL': {
'name': _('Enable URL integration'),
'description': _('Enable plugins to add URL routes'),
'default': False,
'validator': bool,
},
'ENABLE_PLUGINS_NAVIGATION': {
'name': _('Enable navigation integration'),
'description': _('Enable plugins to integrate into navigation'),