-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
44 lines (44 loc) · 936 Bytes
/
Copy pathextension.json
File metadata and controls
44 lines (44 loc) · 936 Bytes
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
{
"name": "Bootstrap Examples",
"author": [
"Morne Alberts"
],
"url": "https://github.com/malberts/BootstrapExamples",
"descriptionmsg": "bootstrapexamples-desc",
"license-name": "GPL-3.0-or-later",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.38.0"
},
"version": "0.0.1",
"ExtensionMessagesFiles": {
"BootstrapExamplesAlias": "src/BootstrapExamples.i18n.alias.php"
},
"AutoloadNamespaces": {
"BootstrapExamples\\": "src/"
},
"SpecialPages": {
"BootstrapExamples": "BootstrapExamples\\SpecialBootstrapExamples"
},
"MessagesDirs": {
"BootstrapExamples": [
"i18n"
]
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "BootstrapExamples/resources"
},
"ResourceModules": {
"ext.bootstrapExamples": {
"messages": [],
"styles": [
"ext.bootstrapExamples.css"
],
"scripts": [
"ext.bootstrapExamples.js"
]
}
},
"manifest_version": 2
}