mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-28 01:50:18 +00:00
999cbba074
Needed to validate against a specific schema version. Bug: T128330 Change-Id: I6f745057b8b17f57049ec5b565d7a882d19174c5
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "ReCaptchaNoCaptcha",
|
|
"MessagesDirs": {
|
|
"ReCaptchaNoCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ReCaptchaNoCaptcha": "ReCaptchaNoCaptcha.class.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "ReCaptchaNoCaptcha",
|
|
"ReCaptchaSiteKey": "",
|
|
"ReCaptchaSecretKey": "",
|
|
"ReCaptchaSendRemoteIP": false
|
|
},
|
|
"manifest_version": 1
|
|
}
|