mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-14 11:16:50 +00:00
999cbba074
Needed to validate against a specific schema version. Bug: T128330 Change-Id: I6f745057b8b17f57049ec5b565d7a882d19174c5
17 lines
259 B
JSON
17 lines
259 B
JSON
{
|
|
"name": "QuestyCaptcha",
|
|
"MessagesDirs": {
|
|
"QuestyCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"QuestyCaptcha": "QuestyCaptcha.class.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "QuestyCaptcha",
|
|
"CaptchaQuestions": []
|
|
},
|
|
"manifest_version": 1
|
|
}
|