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

21 lines
506 B
JSON
Raw Normal View History

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