mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-14 19:30:11 +00:00
16 lines
236 B
JSON
16 lines
236 B
JSON
|
{
|
||
|
"name": "QuestyCaptcha",
|
||
|
"MessagesDirs": {
|
||
|
"QuestyCaptcha": [
|
||
|
"i18n"
|
||
|
]
|
||
|
},
|
||
|
"AutoloadClasses": {
|
||
|
"QuestyCaptcha": "QuestyCaptcha.class.php"
|
||
|
},
|
||
|
"config": {
|
||
|
"CaptchaClass": "QuestyCaptcha",
|
||
|
"CaptchaQuestions": [],
|
||
|
}
|
||
|
}
|