Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
{
1
{
2
    "plugintypes": {
2
    "plugintypes": {
-
 
3
        "aiplacement": "ai/placement",
-
 
4
        "aiprovider": "ai/provider",
3
        "antivirus": "lib\/antivirus",
5
        "antivirus": "lib\/antivirus",
4
        "availability": "availability\/condition",
6
        "availability": "availability\/condition",
5
        "qtype": "question\/type",
7
        "qtype": "question\/type",
6
        "mod": "mod",
8
        "mod": "mod",
7
        "auth": "auth",
9
        "auth": "auth",
Línea 19... Línea 21...
19
        "profilefield": "user\/profile\/field",
21
        "profilefield": "user\/profile\/field",
20
        "report": "report",
22
        "report": "report",
21
        "coursereport": "course\/report",
23
        "coursereport": "course\/report",
22
        "gradeexport": "grade\/export",
24
        "gradeexport": "grade\/export",
23
        "gradeimport": "grade\/import",
25
        "gradeimport": "grade\/import",
-
 
26
        "gradepenalty": "grade\/penalty",
24
        "gradereport": "grade\/report",
27
        "gradereport": "grade\/report",
25
        "gradingform": "grade\/grading\/form",
28
        "gradingform": "grade\/grading\/form",
26
        "mlbackend": "lib\/mlbackend",
29
        "mlbackend": "lib\/mlbackend",
27
        "mnetservice": "mnet\/service",
-
 
28
        "webservice": "webservice",
30
        "webservice": "webservice",
29
        "repository": "repository",
31
        "repository": "repository",
30
        "portfolio": "portfolio",
32
        "portfolio": "portfolio",
31
        "search": "search\/engine",
33
        "search": "search\/engine",
32
        "qbank": "question\/bank",
34
        "qbank": "question\/bank",
Línea 39... Línea 41...
39
        "fileconverter": "files\/converter",
41
        "fileconverter": "files\/converter",
40
        "contenttype": "contentbank\/contenttype",
42
        "contenttype": "contentbank\/contenttype",
41
        "theme": "theme",
43
        "theme": "theme",
42
        "local": "local",
44
        "local": "local",
43
        "h5plib": "h5p\/h5plib",
45
        "h5plib": "h5p\/h5plib",
44
        "paygw": "payment\/gateway"
46
        "paygw": "payment\/gateway",
-
 
47
        "smsgateway": "sms/gateway"
45
    },
48
    },
46
    "subsystems": {
49
    "subsystems": {
-
 
50
        "ai": "ai",
47
        "access": null,
51
        "access": null,
48
        "admin": "admin",
52
        "admin": "admin",
49
        "adminpresets": "admin/presets",
53
        "adminpresets": "admin/presets",
50
        "analytics": "analytics",
54
        "analytics": "analytics",
51
        "antivirus": "lib\/antivirus",
55
        "antivirus": "lib\/antivirus",
Línea 107... Línea 111...
107
        "plugin": null,
111
        "plugin": null,
108
        "portfolio": "portfolio",
112
        "portfolio": "portfolio",
109
        "privacy": "privacy",
113
        "privacy": "privacy",
110
        "question": "question",
114
        "question": "question",
111
        "rating": "rating",
115
        "rating": "rating",
-
 
116
        "report": "report",
112
        "reportbuilder": "reportbuilder",
117
        "reportbuilder": "reportbuilder",
113
        "repository": "repository",
118
        "repository": "repository",
114
        "rss": "rss",
119
        "rss": "rss",
115
        "role": "admin\/roles",
120
        "role": "admin\/roles",
116
        "search": "search",
121
        "search": "search",
-
 
122
        "sms": "sms",
117
        "table": "lib\/table",
123
        "table": "lib\/table",
118
        "tag": "tag",
124
        "tag": "tag",
119
        "timezones": null,
125
        "timezones": null,
120
        "user": "user",
126
        "user": "user",
121
        "userkey": "lib\/userkey",
127
        "userkey": "lib\/userkey",
122
        "webservice": "webservice",
128
        "webservice": "webservice",
123
        "xapi": "lib\/xapi"
129
        "xapi": "lib\/xapi"
-
 
130
    },
-
 
131
    "deprecatedplugintypes":
-
 
132
    {
-
 
133
        "mnetservice": "mnet\/service"
124
    }
134
    }
125
}
135
}