mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 17:40:11 +00:00
5a0185206d
Bug: T379080 Change-Id: Iff8c39b6d49e3ce476e026b022613ec08ced37ca Follows-Up: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "FancyCaptcha",
|
|
"author": [
|
|
"Brion Vibber",
|
|
"..."
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#FancyCaptcha",
|
|
"descriptionmsg": "fancycaptcha-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "antispam",
|
|
"APIModules": {
|
|
"fancycaptchareload": "MediaWiki\\Extension\\ConfirmEdit\\FancyCaptcha\\ApiFancyCaptchaReload"
|
|
},
|
|
"MessagesDirs": {
|
|
"FancyCaptcha": [
|
|
"i18n",
|
|
"i18n/api"
|
|
]
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"MediaWiki\\Extension\\ConfirmEdit\\FancyCaptcha\\": "../includes/FancyCaptcha/"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.confirmEdit.fancyCaptcha.styles": {
|
|
"styles": "ext.confirmEdit.fancyCaptcha.less"
|
|
},
|
|
"ext.confirmEdit.fancyCaptcha": {
|
|
"scripts": "ext.confirmEdit.fancyCaptcha.js",
|
|
"dependencies": [
|
|
"ext.confirmEdit.fancyCaptcha.styles",
|
|
"mediawiki.api"
|
|
]
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "../resources",
|
|
"remoteExtPath": "ConfirmEdit/resources"
|
|
},
|
|
"callback": "MediaWiki\\Extension\\ConfirmEdit\\Hooks::onFancyCaptchaSetup",
|
|
"config": {
|
|
"CaptchaClass": {
|
|
"value": "MediaWiki\\Extension\\ConfirmEdit\\FancyCaptcha\\FancyCaptcha"
|
|
},
|
|
"CaptchaFileBackend": {
|
|
"value": ""
|
|
},
|
|
"CaptchaDirectory": {
|
|
"value": false
|
|
},
|
|
"CaptchaDirectoryLevels": {
|
|
"value": 0
|
|
},
|
|
"CaptchaSecret": {
|
|
"value": "CHANGE_THIS_SECRET!"
|
|
},
|
|
"CaptchaDeleteOnSolve": {
|
|
"value": false
|
|
},
|
|
"CaptchaStorageDirectory": {
|
|
"description": "The directory that captchas will be stored in on the CaptchaFileBackend. You probably don't need to change this!",
|
|
"value": "captcha-render"
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|