forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.json
118 lines (118 loc) · 3.51 KB
/
components.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"plugintypes": {
"antivirus": "lib\/antivirus",
"availability": "availability\/condition",
"qtype": "question\/type",
"mod": "mod",
"auth": "auth",
"calendartype": "calendar\/type",
"customfield": "customfield\/field",
"enrol": "enrol",
"message": "message\/output",
"block": "blocks",
"media": "media\/player",
"filter": "filter",
"editor": "lib\/editor",
"format": "course\/format",
"dataformat": "dataformat",
"profilefield": "user\/profile\/field",
"report": "report",
"coursereport": "course\/report",
"gradeexport": "grade\/export",
"gradeimport": "grade\/import",
"gradereport": "grade\/report",
"gradingform": "grade\/grading\/form",
"mlbackend": "lib\/mlbackend",
"mnetservice": "mnet\/service",
"webservice": "webservice",
"repository": "repository",
"portfolio": "portfolio",
"search": "search\/engine",
"qbehaviour": "question\/behaviour",
"qformat": "question\/format",
"plagiarism": "plagiarism",
"tool": "admin\/tool",
"cachestore": "cache\/stores",
"cachelock": "cache\/locks",
"fileconverter": "files\/converter",
"contenttype": "contentbank\/contenttype",
"theme": "theme",
"local": "local",
"h5plib": "h5p\/h5plib",
"paygw": "payment\/gateway"
},
"subsystems": {
"access": null,
"admin": "admin",
"analytics": "analytics",
"antivirus": "lib\/antivirus",
"auth": "auth",
"availability": "availability",
"backup": "backup\/util\/ui",
"badges": "badges",
"block": "blocks",
"blog": "blog",
"bulkusers": null,
"cache": "cache",
"calendar": "calendar",
"cohort": "cohort",
"comment": "comment",
"competency": "competency",
"completion": "completion",
"contentbank": "contentbank",
"countries": null,
"course": "course",
"currencies": null,
"customfield": "customfield",
"dbtransfer": null,
"debug": null,
"editor": "lib\/editor",
"edufields": null,
"enrol": "enrol",
"error": null,
"favourites": "favourites",
"filepicker": null,
"fileconverter": "files\/converter",
"files": "files",
"filters": "filter",
"form": "lib\/form",
"grades": "grade",
"grading": "grade\/grading",
"group": "group",
"help": null,
"hub": null,
"h5p": "h5p",
"imscc": null,
"install": null,
"iso6392": null,
"langconfig": null,
"license": null,
"mathslib": null,
"media": "media",
"message": "message",
"mimetypes": null,
"mnet": "mnet",
"my": "my",
"notes": "notes",
"pagetype": null,
"payment" : "payment",
"pix": null,
"plagiarism": "plagiarism",
"plugin": null,
"portfolio": "portfolio",
"privacy": "privacy",
"question": "question",
"rating": "rating",
"repository": "repository",
"rss": "rss",
"role": "admin\/roles",
"search": "search",
"table": "lib\/table",
"tag": "tag",
"timezones": null,
"user": "user",
"userkey": "lib\/userkey",
"webservice": "webservice",
"xapi": "lib\/xapi"
}
}