MDL-65646 core: Move component storage to json
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"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",
|
||||
"theme": "theme",
|
||||
"local": "local"
|
||||
},
|
||||
"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",
|
||||
"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,
|
||||
"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,
|
||||
"pix": null,
|
||||
"plagiarism": "plagiarism",
|
||||
"plugin": null,
|
||||
"portfolio": "portfolio",
|
||||
"privacy": "privacy",
|
||||
"question": "question",
|
||||
"rating": "rating",
|
||||
"repository": "repository",
|
||||
"rss": "rss",
|
||||
"role": "admin\/roles",
|
||||
"search": "search",
|
||||
"table": null,
|
||||
"tag": "tag",
|
||||
"timezones": null,
|
||||
"user": "user",
|
||||
"userkey": "lib\/userkey",
|
||||
"webservice": "webservice"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user