mediawiki-extensions-Confir.../FancyCaptcha/extension.json
James D. Forrester c933d06904 Update extension.json files to use manifest_version 2
Bug: T234114
Change-Id: I9b22aed290fc5c51b2c9bff34466d57e2c65148d
2020-01-19 16:35:49 +00:00

77 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": "ApiFancyCaptchaReload"
},
"MessagesDirs": {
"FancyCaptcha": [
"i18n",
"i18n/api"
]
},
"AutoloadClasses": {
"FancyCaptcha": "includes/FancyCaptcha.php",
"HTMLFancyCaptchaField": "includes/HTMLFancyCaptchaField.php",
"ApiFancyCaptchaReload": "includes/ApiFancyCaptchaReload.php"
},
"ResourceModules": {
"ext.confirmEdit.fancyCaptcha.styles": {
"styles": "ext.confirmEdit.fancyCaptcha.less",
"targets": [
"mobile",
"desktop"
]
},
"ext.confirmEdit.fancyCaptcha": {
"scripts": "ext.confirmEdit.fancyCaptcha.js",
"dependencies": "mediawiki.api",
"targets": [
"mobile",
"desktop"
]
},
"ext.confirmEdit.fancyCaptchaMobile": {
"scripts": "ext.confirmEdit.fancyCaptcha.js",
"targets": [
"mobile",
"desktop"
],
"dependencies": "mobile.startup"
}
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "ConfirmEdit/FancyCaptcha/resources"
},
"callback": "ConfirmEditHooks::onFancyCaptchaSetup",
"config": {
"CaptchaClass": {
"value": "FancyCaptcha"
},
"CaptchaFileBackend": {
"value": ""
},
"CaptchaDirectory": {
"value": false
},
"CaptchaDirectoryLevels": {
"value": 0
},
"CaptchaSecret": {
"value": "CHANGE_THIS_SECRET!"
},
"CaptchaDeleteOnSolve": {
"value": false
}
},
"manifest_version": 2
}