mediawiki-extensions-Confir.../MathCaptcha/extension.json

23 lines
424 B
JSON
Raw Normal View History

{
"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
}