mediawiki-extensions-Confir.../FancyCaptcha/extension.json
Florian 3036c26b74 Enable the refresh button in MobileFrontend
Remove the styling module from mobile, it's not needed (anymore).

Depends on: Iaff53c40c8c5

Bug: T87256
Change-Id: Iad604a3770c5d62e1d9bd06c0eb1f333a9415799
2015-08-19 15:37:38 +00:00

51 lines
1.1 KiB
JSON

{
"name": "FancyCaptcha",
"APIModules": {
"fancycaptchareload": "ApiFancyCaptchaReload"
},
"MessagesDirs": {
"FancyCaptcha": [
"i18n"
]
},
"AutoloadClasses": {
"FancyCaptcha": "FancyCaptcha.class.php",
"ApiFancyCaptchaReload": "ApiFancyCaptchaReload.php"
},
"ResourceModules": {
"ext.confirmEdit.fancyCaptcha.styles": {
"position": "top",
"styles": "ext.confirmEdit.fancyCaptcha.css"
},
"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": "FancyCaptcha",
"CaptchaFileBackend": "",
"CaptchaDirectory": false,
"CaptchaDirectoryLevels": 0,
"CaptchaSecret": "CHANGE_THIS_SECRET!",
"CaptchaDeleteOnSolve": false
}
}