mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
f482ff5a19
Each submodule of ConfirmEdit should be shown on Special:Version as FancyCaptcha does on Wmf-Wikis Change-Id: If34cfe8cfd722f6655099629e313c42239585acf
33 lines
819 B
JSON
33 lines
819 B
JSON
{
|
|
"name": "ReCaptcha",
|
|
"author": [
|
|
"..."
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha",
|
|
"descriptionmsg": "recaptcha-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "antispam",
|
|
"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
|
|
}
|