mediawiki-extensions-Confir.../ReCaptchaNoCaptcha/extension.json
Reedy 5a0185206d Fixup paths to moved resources
Bug: T379080
Change-Id: Iff8c39b6d49e3ce476e026b022613ec08ced37ca
Follows-Up: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
2024-11-05 15:37:03 +00:00

62 lines
1.4 KiB
JSON

{
"name": "ReCaptchaNoCaptcha",
"author": [
"Florian Schmidt"
],
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha_(NoCaptcha)",
"descriptionmsg": "renocaptcha-desc",
"license-name": "GPL-2.0-or-later",
"type": "antispam",
"MessagesDirs": {
"ReCaptchaNoCaptcha": [
"i18n",
"i18n/api"
]
},
"AutoloadNamespaces": {
"MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "../includes/ReCaptchaNoCaptcha/"
},
"config": {
"CaptchaClass": {
"value": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\ReCaptchaNoCaptcha"
},
"ReCaptchaSiteKey": {
"value": ""
},
"ReCaptchaSecretKey": {
"value": ""
},
"ReCaptchaSendRemoteIP": {
"value": false
}
},
"ResourceFileModulePaths": {
"localBasePath": "../resources",
"remoteExtPath": "ConfirmEdit/resources"
},
"ResourceModules": {
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor": {
"dependencies": [
"web2017-polyfills"
],
"scripts": "ve-confirmedit-reCaptchaNoCaptcha/ve.init.mw.NoCaptchaReCaptchaSaveErrorHandler.js"
}
},
"HookHandlers": {
"ReCaptchaHooks": {
"class": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\Hooks"
}
},
"Hooks": {
"ResourceLoaderGetConfigVars": "ReCaptchaHooks"
},
"attributes": {
"VisualEditor": {
"PluginModules": [
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor"
]
}
},
"manifest_version": 2
}