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

19 lines
346 B
JSON
Raw Normal View History

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