Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "plugintypes": {
1441 ariadna 3
        "aiplacement": "ai/placement",
4
        "aiprovider": "ai/provider",
1 efrain 5
        "antivirus": "lib\/antivirus",
6
        "availability": "availability\/condition",
7
        "qtype": "question\/type",
8
        "mod": "mod",
9
        "auth": "auth",
10
        "calendartype": "calendar\/type",
11
        "communication": "communication\/provider",
12
        "customfield": "customfield\/field",
13
        "enrol": "enrol",
14
        "message": "message\/output",
15
        "block": "blocks",
16
        "media": "media\/player",
17
        "filter": "filter",
18
        "editor": "lib\/editor",
19
        "format": "course\/format",
20
        "dataformat": "dataformat",
21
        "profilefield": "user\/profile\/field",
22
        "report": "report",
23
        "coursereport": "course\/report",
24
        "gradeexport": "grade\/export",
25
        "gradeimport": "grade\/import",
1441 ariadna 26
        "gradepenalty": "grade\/penalty",
1 efrain 27
        "gradereport": "grade\/report",
28
        "gradingform": "grade\/grading\/form",
29
        "mlbackend": "lib\/mlbackend",
30
        "webservice": "webservice",
31
        "repository": "repository",
32
        "portfolio": "portfolio",
33
        "search": "search\/engine",
34
        "qbank": "question\/bank",
35
        "qbehaviour": "question\/behaviour",
36
        "qformat": "question\/format",
37
        "plagiarism": "plagiarism",
38
        "tool": "admin\/tool",
39
        "cachestore": "cache\/stores",
40
        "cachelock": "cache\/locks",
41
        "fileconverter": "files\/converter",
42
        "contenttype": "contentbank\/contenttype",
43
        "theme": "theme",
44
        "local": "local",
45
        "h5plib": "h5p\/h5plib",
1441 ariadna 46
        "paygw": "payment\/gateway",
47
        "smsgateway": "sms/gateway"
1 efrain 48
    },
49
    "subsystems": {
1441 ariadna 50
        "ai": "ai",
1 efrain 51
        "access": null,
52
        "admin": "admin",
53
        "adminpresets": "admin/presets",
54
        "analytics": "analytics",
55
        "antivirus": "lib\/antivirus",
56
        "auth": "auth",
57
        "availability": "availability",
58
        "backup": "backup\/util\/ui",
59
        "badges": "badges",
60
        "block": "blocks",
61
        "blog": "blog",
62
        "bulkusers": null,
63
        "cache": "cache",
64
        "calendar": "calendar",
65
        "cohort": "cohort",
66
        "comment": "comment",
67
        "communication": "communication",
68
        "competency": "competency",
69
        "completion": "completion",
70
        "contentbank": "contentbank",
71
        "countries": null,
72
        "course": "course",
73
        "courseformat": "course\/format",
74
        "currencies": null,
75
        "customfield": "customfield",
76
        "dbtransfer": null,
77
        "debug": null,
78
        "editor": "lib\/editor",
79
        "edufields": null,
80
        "enrol": "enrol",
81
        "error": null,
82
        "external": "lib/external",
83
        "favourites": "favourites",
84
        "filepicker": null,
85
        "fileconverter": "files\/converter",
86
        "files": "files",
87
        "filters": "filter",
88
        "form": "lib\/form",
89
        "grades": "grade",
90
        "grading": "grade\/grading",
91
        "group": "group",
92
        "help": null,
93
        "hub": null,
94
        "h5p": "h5p",
95
        "imscc": null,
96
        "install": null,
97
        "iso6392": null,
98
        "langconfig": null,
99
        "license": null,
100
        "mathslib": null,
101
        "media": "media",
102
        "message": "message",
103
        "mimetypes": null,
104
        "mnet": "mnet",
105
        "my": "my",
106
        "notes": "notes",
107
        "pagetype": null,
108
        "payment" : "payment",
109
        "pix": null,
110
        "plagiarism": "plagiarism",
111
        "plugin": null,
112
        "portfolio": "portfolio",
113
        "privacy": "privacy",
114
        "question": "question",
115
        "rating": "rating",
1441 ariadna 116
        "report": "report",
1 efrain 117
        "reportbuilder": "reportbuilder",
118
        "repository": "repository",
119
        "rss": "rss",
120
        "role": "admin\/roles",
121
        "search": "search",
1441 ariadna 122
        "sms": "sms",
1 efrain 123
        "table": "lib\/table",
124
        "tag": "tag",
125
        "timezones": null,
126
        "user": "user",
127
        "userkey": "lib\/userkey",
128
        "webservice": "webservice",
129
        "xapi": "lib\/xapi"
1441 ariadna 130
    },
131
    "deprecatedplugintypes":
132
    {
133
        "mnetservice": "mnet\/service"
1 efrain 134
    }
135
}