mediawiki-extensions-Confir.../MathCaptcha/extension.json
Umherirrender f482ff5a19 Add description message to be shown on Special:Version
Each submodule of ConfirmEdit should be shown on Special:Version as
FancyCaptcha does on Wmf-Wikis

Change-Id: If34cfe8cfd722f6655099629e313c42239585acf
2018-12-31 16:22:57 +01:00

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
}