mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
3e3b91b527
Also remove references to "two words" from ReCaptcha labels. The captcha image doesn't always contain two words. Bug: T110302 Change-Id: I544656289480056152a1db195babb6dadf29bc71
26 lines
595 B
JSON
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
|
|
}
|