-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.json
64 lines (63 loc) · 1.91 KB
/
extension.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "MSO365Handler",
"author": ["Spas Z. Spasov"],
"url": "https://github.com/metalevel-tech/mw-MSO365Handler",
"version": "0.0.1 beta",
"license-name": "GPL-3.0+",
"type": "other",
"description": "For more information: https://github.com/metalevel-tech/mw-MSO365Handler",
"descriptionmsg": "mso365handler_description",
"requires": {
"MediaWiki": ">= 1.30.0"
},
"MessagesDirs": {
"MSO365Handler": [
"i18n"
]
},
"ResourceModules": {
"MSO365HandlerScriptsAndStyles": {
"scripts": "MSO365Handler.js",
"styles": "MSO365Handler.css"
},
"MSO365HandlerMMVRedirectScript": {
"scripts": "MSO365HandlerMMV.js"
}
},
"ResourceFileModulePaths": {
"localBasePath": "modules",
"remoteExtPath": "MSO365Handler"
},
"AutoloadClasses": {
"MSO365HandlerHooks": "MSO365Handler.hooks.php"
},
"Hooks": {
"ParserAfterTidy": "MSO365HandlerHooks::onParserAfterTidy",
"BeforePageDisplay": "MSO365HandlerHooks::onBeforePageDisplay",
"ResourceLoaderGetConfigVars": "MSO365HandlerHooks::onResourceLoaderGetConfigVars"
},
"FileExtensions": [
"pptx",
"pptm",
"docx",
"docm",
"xlsx",
"xlsm",
"ppsx"
],
"config": {
"MSO365Handler": {
"allowedNameSpaces": {
"0": "6",
"1": "Only NS6, File: is needed."
},
"container": "<div class=\"mso365-search-index\">MSO365SearchIndex</div>",
"bash-processor": "MSO365Handler.processor.sh",
"width": "100%",
"height": "717px",
"style": "border-radius: 4px; border: 1px solid #aaa; margin: 8px auto 18px;",
"action": "view"
}
},
"manifest_version": 1
}