2014-12-14 20:47:55 +00:00
|
|
|
{
|
|
|
|
"name": "ReCaptchaNoCaptcha",
|
2018-12-31 15:22:57 +00:00
|
|
|
"author": [
|
2020-04-17 15:30:55 +00:00
|
|
|
"Florian Schmidt"
|
2018-12-31 15:22:57 +00:00
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha_(NoCaptcha)",
|
|
|
|
"descriptionmsg": "renocaptcha-desc",
|
|
|
|
"license-name": "GPL-2.0-or-later",
|
|
|
|
"type": "antispam",
|
2014-12-14 20:47:55 +00:00
|
|
|
"MessagesDirs": {
|
|
|
|
"ReCaptchaNoCaptcha": [
|
2019-08-31 19:49:57 +00:00
|
|
|
"i18n",
|
|
|
|
"i18n/api"
|
2014-12-14 20:47:55 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
2018-06-15 21:08:14 +00:00
|
|
|
"ReCaptchaNoCaptcha": "includes/ReCaptchaNoCaptcha.php",
|
2018-12-07 20:44:46 +00:00
|
|
|
"ReCaptchaNoCaptchaHooks": "includes/ReCaptchaNoCaptchaHooks.php",
|
2018-06-15 21:08:14 +00:00
|
|
|
"HTMLReCaptchaNoCaptchaField": "includes/HTMLReCaptchaNoCaptchaField.php",
|
|
|
|
"ReCaptchaNoCaptchaAuthenticationRequest": "includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
|
2014-12-14 20:47:55 +00:00
|
|
|
},
|
|
|
|
"config": {
|
2019-10-16 19:29:56 +00:00
|
|
|
"CaptchaClass": {
|
|
|
|
"value": "ReCaptchaNoCaptcha"
|
|
|
|
},
|
|
|
|
"ReCaptchaSiteKey": {
|
|
|
|
"value": ""
|
|
|
|
},
|
|
|
|
"ReCaptchaSecretKey": {
|
|
|
|
"value": ""
|
|
|
|
},
|
|
|
|
"ReCaptchaSendRemoteIP": {
|
|
|
|
"value": false
|
|
|
|
}
|
2016-02-28 17:20:01 +00:00
|
|
|
},
|
2018-12-07 20:44:46 +00:00
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "resources",
|
|
|
|
"remoteExtPath": "ConfirmEdit/ReCaptchaNoCaptcha/resources"
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor": {
|
2019-01-15 00:05:29 +00:00
|
|
|
"scripts": "ve-confirmedit-reCaptchaNoCaptcha/ve.init.mw.NoCaptchaReCaptchaSaveErrorHandler.js",
|
2019-10-16 19:29:56 +00:00
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"mobile"
|
|
|
|
]
|
2018-12-07 20:44:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ResourceLoaderGetConfigVars": "ReCaptchaNoCaptchaHooks::onResourceLoaderGetConfigVars"
|
|
|
|
},
|
2020-04-17 15:20:16 +00:00
|
|
|
"attributes": {
|
|
|
|
"VisualEditor": {
|
|
|
|
"PluginModules": [
|
|
|
|
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2019-10-16 19:29:56 +00:00
|
|
|
"manifest_version": 2
|
2014-12-14 20:47:55 +00:00
|
|
|
}
|