mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
63 lines
1,020 B
JSON
63 lines
1,020 B
JSON
[
|
|
{
|
|
"name": "MediaWiki",
|
|
"groups": [
|
|
{
|
|
"name": "Base",
|
|
"classes": [
|
|
"mw",
|
|
"mw.Map",
|
|
"mw.Message",
|
|
"mw.loader",
|
|
"mw.log",
|
|
"mw.html",
|
|
"mw.html.Cdata",
|
|
"mw.html.Raw",
|
|
"mw.hook"
|
|
]
|
|
},
|
|
{
|
|
"name": "General",
|
|
"classes": [
|
|
"mw.Title",
|
|
"mw.inspect",
|
|
"mw.inspect.reports",
|
|
"mw.notification",
|
|
"mw.user",
|
|
"mw.util",
|
|
"mw.plugin.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "Actions",
|
|
"classes": ["mw.toolbar"]
|
|
},
|
|
{
|
|
"name": "API",
|
|
"classes": ["mw.Api*"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "jQuery",
|
|
"groups": [
|
|
{
|
|
"name": "Plugins",
|
|
"classes": ["jQuery.plugin.*"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Upstream",
|
|
"groups": [
|
|
{
|
|
"name": "jQuery",
|
|
"classes": ["jQuery", "jQuery.Event", "jQuery.Callbacks", "jQuery.Promise", "jQuery.Deferred", "jQuery.jqXHR", "QUnit"]
|
|
},
|
|
{
|
|
"name": "JavaScript",
|
|
"classes": ["Array", "Boolean", "Date", "Function", "Number", "Object", "RegExp", "String"]
|
|
}
|
|
]
|
|
}
|
|
]
|