2015-04-25 23:56:22 +00:00
|
|
|
{
|
|
|
|
"name": "InputBox",
|
|
|
|
"version": "0.3.0",
|
|
|
|
"author": [
|
|
|
|
"Erik Moeller",
|
|
|
|
"Leonardo Pimenta",
|
|
|
|
"Rob Church",
|
|
|
|
"Trevor Parscal",
|
|
|
|
"DaSch"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:InputBox",
|
|
|
|
"descriptionmsg": "inputbox-desc",
|
2015-07-23 04:44:47 +00:00
|
|
|
"license-name": "MIT",
|
2015-04-25 23:56:22 +00:00
|
|
|
"type": "parserhook",
|
|
|
|
"MessagesDirs": {
|
|
|
|
"InputBox": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"InputBoxHooks": "InputBox.hooks.php",
|
|
|
|
"InputBox": "InputBox.classes.php"
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.inputBox.styles": {
|
2015-05-04 22:23:31 +00:00
|
|
|
"styles": "ext.inputBox.styles.css",
|
2015-06-21 19:10:19 +00:00
|
|
|
"position": "top",
|
|
|
|
"targets": [
|
|
|
|
"mobile",
|
|
|
|
"desktop"
|
|
|
|
]
|
2015-04-25 23:56:22 +00:00
|
|
|
},
|
|
|
|
"ext.inputBox": {
|
|
|
|
"scripts": "ext.inputBox.js",
|
|
|
|
"dependencies": [
|
|
|
|
"jquery.throttle-debounce"
|
|
|
|
],
|
|
|
|
"targets": [
|
|
|
|
"mobile",
|
|
|
|
"desktop"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "resources",
|
|
|
|
"remoteExtPath": "InputBox/resources"
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": [
|
|
|
|
"InputBoxHooks::register"
|
|
|
|
],
|
|
|
|
"MediaWikiPerformAction": [
|
|
|
|
"InputBoxHooks::onMediaWikiPerformAction"
|
|
|
|
],
|
|
|
|
"SpecialPageBeforeExecute": [
|
|
|
|
"InputBoxHooks::onSpecialPageBeforeExecute"
|
|
|
|
]
|
2015-05-29 03:39:14 +00:00
|
|
|
},
|
2016-07-08 06:18:43 +00:00
|
|
|
"ParserTestFiles": [
|
|
|
|
"tests/inputBoxParserTests.txt"
|
|
|
|
],
|
2015-05-29 03:39:14 +00:00
|
|
|
"manifest_version": 1
|
2015-04-25 23:56:22 +00:00
|
|
|
}
|