mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-14 11:16:50 +00:00
e5cb34c058
* Move ApiFancyCaptchaReload.php into the FancyCaptcha subdir * Fix include of recaptchalib.php * Restore efReCaptcha() that was randomly deleted Bug: T100775 Bug: T100504 Bug: T100505 Change-Id: I70f9c3f1610fed5aa4b88f3512b86e1a40d64a6b
22 lines
387 B
JSON
22 lines
387 B
JSON
{
|
|
"name": "ReCaptcha",
|
|
"ExtensionFunctions": [
|
|
"ConfirmEditHooks::efReCaptcha"
|
|
],
|
|
"MessagesDirs": {
|
|
"ReCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ReCaptcha": "ReCaptcha.class.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "ReCaptcha",
|
|
"ReCaptchaPublicKey": "",
|
|
"ReCaptchaPrivateKey": "",
|
|
"ReCaptchaTheme": "red"
|
|
},
|
|
"callback": "ConfirmEditHooks::onReCaptchaSetup"
|
|
}
|