mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
ae67c81991
Change-Id: I7b20114365cb22536cf9e9e74ee5dd00b85a41d5
28 lines
480 B
JSON
28 lines
480 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": "MathCaptcha"
|
|
},
|
|
"manifest_version": 1
|
|
}
|