mediawiki-extensions-Confir.../ReCaptchaNoCaptcha/extension.json

21 lines
527 B
JSON
Raw Normal View History

{
"name": "ReCaptchaNoCaptcha",
"MessagesDirs": {
"ReCaptchaNoCaptcha": [
"i18n"
]
},
"AutoloadClasses": {
"ReCaptchaNoCaptcha": "includes/ReCaptchaNoCaptcha.php",
"HTMLReCaptchaNoCaptchaField": "includes/HTMLReCaptchaNoCaptchaField.php",
"ReCaptchaNoCaptchaAuthenticationRequest": "includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
},
"config": {
"CaptchaClass": "ReCaptchaNoCaptcha",
"ReCaptchaSiteKey": "",
"ReCaptchaSecretKey": "",
"ReCaptchaSendRemoteIP": false
},
"manifest_version": 1
}