mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-11 17:00:49 +00:00
63 lines
1.5 KiB
JSON
63 lines
1.5 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"
|
|
]
|
|
},
|
|
"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
|
|
}
|