mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-23 22:54:02 +00:00
0d8dcb2f4e
Bug: T353371 Change-Id: Iedfe34accc0c3469c9391208a1898cb544e896cb
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.42"
|
|
},
|
|
"license-name": "MIT",
|
|
"type": "parserhook",
|
|
"MessagesDirs": {
|
|
"InputBox": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"MediaWiki\\Extension\\InputBox\\": "includes/"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.inputBox.styles": {
|
|
"class": "MediaWiki\\ResourceLoader\\CodexModule",
|
|
"codexStyleOnly": true,
|
|
"codexComponents": [
|
|
"CdxButton",
|
|
"CdxCheckbox",
|
|
"CdxTextInput"
|
|
],
|
|
"styles": {
|
|
"ext.inputBox.styles.less": {
|
|
"media": "screen"
|
|
},
|
|
"ext.inputBox.print.less": {
|
|
"media": "print"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "resources",
|
|
"remoteExtPath": "InputBox/resources"
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": "main",
|
|
"MediaWikiPerformAction": "main",
|
|
"SpecialPageBeforeExecute": "main"
|
|
},
|
|
"HookHandlers": {
|
|
"main": {
|
|
"class": "MediaWiki\\Extension\\InputBox\\InputBoxHooks",
|
|
"services": [
|
|
"MainConfig"
|
|
]
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|