summaryrefslogtreecommitdiffstats
path: root/module/plugins/Base.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/Base.py')
-rw-r--r--module/plugins/Base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/Base.py b/module/plugins/Base.py
index 2b9e12653..9bfeaba4b 100644
--- a/module/plugins/Base.py
+++ b/module/plugins/Base.py
@@ -47,6 +47,8 @@ class Base(object):
__pattern__ = r""
#: Internal addon plugin which is always loaded
__internal__ = False
+ #: When True this addon can be enabled by every user
+ __user_context__ = False
#: Config definition: list of (name, type, label, default_value) or
#: (name, type, label, short_description, default_value)
__config__ = list()