mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 17:40:11 +00:00
18 lines
322 B
JSON
18 lines
322 B
JSON
|
{
|
||
|
"name": "ReCaptchaNoCaptcha",
|
||
|
"MessagesDirs": {
|
||
|
"ReCaptchaNoCaptcha": [
|
||
|
"i18n"
|
||
|
]
|
||
|
},
|
||
|
"AutoloadClasses": {
|
||
|
"ReCaptchaNoCaptcha": "ReCaptchaNoCaptcha.class.php"
|
||
|
},
|
||
|
"config": {
|
||
|
"CaptchaClass": "ReCaptchaNoCaptcha",
|
||
|
"ReCaptchaSiteKey": "",
|
||
|
"ReCaptchaSecretKey": "",
|
||
|
"ReCaptchaSendRemoteIP": false
|
||
|
}
|
||
|
}
|