2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

remove url load setting for plugin

This commit is contained in:
Matthias
2021-10-19 19:54:20 +02:00
parent 69ee4ea14f
commit e37477eb15
3 changed files with 3 additions and 16 deletions

View File

@ -875,12 +875,6 @@ 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'),