mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 03:35:15 +00:00
c933d06904
Bug: T234114 Change-Id: I9b22aed290fc5c51b2c9bff34466d57e2c65148d
28 lines
500 B
JSON
28 lines
500 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"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"QuestyCaptcha": "includes/QuestyCaptcha.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": {
|
|
"value": "QuestyCaptcha"
|
|
},
|
|
"CaptchaQuestions": {
|
|
"value": []
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|