Skip to content

Commit a851141

Browse files
author
Frederic Massart
committed
Updating list of subsystems and plugin types
1 parent 19b9a69 commit a851141

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

mdk/plugins.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class PluginManager(object):
5050
'cache': '/cache',
5151
'calendar': '/calendar',
5252
'cohort': '/cohort',
53+
'competency': '/competency',
5354
'course': '/course',
5455
'editor': '/lib/editor',
5556
'enrol': '/enrol',
@@ -71,15 +72,18 @@ class PluginManager(object):
7172
'repository': '/repository',
7273
'rss': '/rss',
7374
'role': '/{admin}/roles',
75+
'search': '/search',
7476
'tag': '/tag',
7577
'user': '/user',
7678
'webservice': '/webservice'
7779
}
7880

7981
_pluginTypesPath = {
82+
'antivirus': '/lib/antivirus',
83+
'availability': '/availability/condition',
84+
'qtype': '/question/type',
8085
'mod': '/mod',
8186
'auth': '/auth',
82-
'availability': '/availability/condition',
8387
'calendartype': '/calendar/type',
8488
'enrol': '/enrol',
8589
'message': '/message/output',
@@ -98,13 +102,14 @@ class PluginManager(object):
98102
'webservice': '/webservice',
99103
'repository': '/repository',
100104
'portfolio': '/portfolio',
105+
'search': '/search/engine',
101106
'qbehaviour': '/question/behaviour',
102107
'qformat': '/question/format',
103-
'qtype': '/question/type',
104108
'plagiarism': '/plagiarism',
105109
'tool': '/{admin}/tool',
106110
'cachestore': '/cache/stores',
107111
'cachelock': '/cache/locks',
112+
108113
'theme': '/theme',
109114
'local': '/local'
110115
}

0 commit comments

Comments
 (0)