mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
c933d06904
Bug: T234114 Change-Id: I9b22aed290fc5c51b2c9bff34466d57e2c65148d
30 lines
498 B
JSON
30 lines
498 B
JSON
{
|
|
"name": "MathCaptcha",
|
|
"author": [
|
|
"..."
|
|
],
|
|
"requires": {
|
|
"extensions": {
|
|
"Math": "*"
|
|
}
|
|
},
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#MathCaptcha",
|
|
"descriptionmsg": "mathcaptcha-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "antispam",
|
|
"MessagesDirs": {
|
|
"MathCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"MathCaptcha": "includes/MathCaptcha.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": {
|
|
"value": "MathCaptcha"
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|