mediawiki-extensions-Confir.../ReCaptcha/extension.json
Gergő Tisza 3e3b91b527 Add AuthManager support for ReCaptcha, ReCaptchaNoCaptcha
Also remove references to "two words" from ReCaptcha labels.
The captcha image doesn't always contain two words.

Bug: T110302
Change-Id: I544656289480056152a1db195babb6dadf29bc71
2016-05-16 09:51:11 +00:00

26 lines
595 B
JSON

{
"name": "ReCaptcha",
"ExtensionFunctions": [
"ConfirmEditHooks::efReCaptcha"
],
"MessagesDirs": {
"ReCaptcha": [
"i18n"
]
},
"AutoloadClasses": {
"ReCaptcha": "ReCaptcha.class.php",
"HTMLReCaptchaField": "HTMLReCaptchaField.php",
"HTMLSubmittedValueField": "HTMLSubmittedValueField.php",
"ReCaptchaAuthenticationRequest": "ReCaptchaAuthenticationRequest.php"
},
"config": {
"CaptchaClass": "ReCaptcha",
"ReCaptchaPublicKey": "",
"ReCaptchaPrivateKey": "",
"ReCaptchaTheme": "red"
},
"callback": "ConfirmEditHooks::onReCaptchaSetup",
"manifest_version": 1
}