mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-12-19 19:31:07 +00:00
f482ff5a19
Each submodule of ConfirmEdit should be shown on Special:Version as FancyCaptcha does on Wmf-Wikis Change-Id: If34cfe8cfd722f6655099629e313c42239585acf
23 lines
424 B
JSON
23 lines
424 B
JSON
{
|
|
"name": "MathCaptcha",
|
|
"author": [
|
|
"..."
|
|
],
|
|
"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
|
|
}
|