mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
5b7a36a521
Change-Id: Ie956fe86184535a376d0398483ac3c853fa9127c
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"name": "ReCaptchaNoCaptcha",
|
|
"MessagesDirs": {
|
|
"ReCaptchaNoCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ReCaptchaNoCaptcha": "includes/ReCaptchaNoCaptcha.php",
|
|
"HTMLReCaptchaNoCaptchaField": "includes/HTMLReCaptchaNoCaptchaField.php",
|
|
"ReCaptchaNoCaptchaAuthenticationRequest": "includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "ReCaptchaNoCaptcha",
|
|
"ReCaptchaSiteKey": "",
|
|
"ReCaptchaSecretKey": "",
|
|
"ReCaptchaSendRemoteIP": false
|
|
},
|
|
"manifest_version": 1
|
|
}
|