mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
32b7a3ea5b
Change-Id: Icf557dfeef3e443e660c888971ed9426f0f24c36
25 lines
476 B
JSON
25 lines
476 B
JSON
{
|
|
"name": "QuestyCaptcha",
|
|
"author": [
|
|
"..."
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#QuestyCaptcha",
|
|
"descriptionmsg": "questycaptcha-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "antispam",
|
|
"MessagesDirs": {
|
|
"QuestyCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"config": {
|
|
"CaptchaClass": {
|
|
"value": "MediaWiki\\Extension\\ConfirmEdit\\QuestyCaptcha\\QuestyCaptcha"
|
|
},
|
|
"CaptchaQuestions": {
|
|
"value": []
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|