mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-14 19:30:11 +00:00
5b7a36a521
Change-Id: Ie956fe86184535a376d0398483ac3c853fa9127c
26 lines
625 B
JSON
26 lines
625 B
JSON
{
|
|
"name": "ReCaptcha",
|
|
"ExtensionFunctions": [
|
|
"ConfirmEditHooks::efReCaptcha"
|
|
],
|
|
"MessagesDirs": {
|
|
"ReCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ReCaptcha": "includes/ReCaptcha.php",
|
|
"HTMLReCaptchaField": "includes/HTMLReCaptchaField.php",
|
|
"HTMLSubmittedValueField": "includes/HTMLSubmittedValueField.php",
|
|
"ReCaptchaAuthenticationRequest": "includes/ReCaptchaAuthenticationRequest.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "ReCaptcha",
|
|
"ReCaptchaPublicKey": "",
|
|
"ReCaptchaPrivateKey": "",
|
|
"ReCaptchaTheme": "red"
|
|
},
|
|
"callback": "ConfirmEditHooks::onReCaptchaSetup",
|
|
"manifest_version": 1
|
|
}
|