mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201
This commit is contained in:
		| @@ -963,6 +963,34 @@ class InvenTreeSetting(BaseInvenTreeSetting): | ||||
|             'default': False, | ||||
|             'validator': bool, | ||||
|         }, | ||||
|         'ENABLE_PLUGINS_URL': { | ||||
|             'name': _('Enable URL integration'), | ||||
|             'description': _('Enable plugins to add URL routes'), | ||||
|             'default': False, | ||||
|             'validator': bool, | ||||
|             'requires_restart': True, | ||||
|         }, | ||||
|         'ENABLE_PLUGINS_NAVIGATION': { | ||||
|             'name': _('Enable navigation integration'), | ||||
|             'description': _('Enable plugins to integrate into navigation'), | ||||
|             'default': False, | ||||
|             'validator': bool, | ||||
|             'requires_restart': True, | ||||
|         }, | ||||
|         'ENABLE_PLUGINS_GLOBALSETTING': { | ||||
|             'name': _('Enable global setting integration'), | ||||
|             'description': _('Enable plugins to integrate into inventree global settings'), | ||||
|             'default': False, | ||||
|             'validator': bool, | ||||
|             'requires_restart': True, | ||||
|         }, | ||||
|         'ENABLE_PLUGINS_APP': { | ||||
|             'name': _('Enable app integration'), | ||||
|             'description': _('Enable plugins to add apps'), | ||||
|             'default': False, | ||||
|             'validator': bool, | ||||
|             'requires_restart': True, | ||||
|         }, | ||||
|     } | ||||
|  | ||||
|     class Meta: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user