mediawiki-extensions-Confir.../ReCaptchaNoCaptcha/extension.json
Umherirrender 0b0f9e37af Use HookHandlers for core hooks
Bug: T269882
Change-Id: I91df459f696e99bb5cce597739b48cbebbf4a88e
2023-08-15 12:21:21 +02:00

63 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/"
},
"config": {
"CaptchaClass": {
"value": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\ReCaptchaNoCaptcha"
},
"ReCaptchaSiteKey": {
"value": ""
},
"ReCaptchaSecretKey": {
"value": ""
},
"ReCaptchaSendRemoteIP": {
"value": false
}
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "ConfirmEdit/ReCaptchaNoCaptcha/resources"
},
"ResourceModules": {
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor": {
"scripts": "ve-confirmedit-reCaptchaNoCaptcha/ve.init.mw.NoCaptchaReCaptchaSaveErrorHandler.js",
"targets": [
"desktop",
"mobile"
]
}
},
"HookHandlers": {
"ReCaptchaHooks": {
"class": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\Hooks"
}
},
"Hooks": {
"ResourceLoaderGetConfigVars": "ReCaptchaHooks"
},
"attributes": {
"VisualEditor": {
"PluginModules": [
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor"
]
}
},
"manifest_version": 2
}