mediawiki-extensions-Confir.../ReCaptchaNoCaptcha/extension.json
Max Semenik 5b7a36a521 Clean up some phpcs problems
Change-Id: Ie956fe86184535a376d0398483ac3c853fa9127c
2018-07-12 23:13:58 +00:00

21 lines
527 B
JSON

{
"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
}