mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
5a0185206d
Bug: T379080 Change-Id: Iff8c39b6d49e3ce476e026b022613ec08ced37ca Follows-Up: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "ReCaptchaNoCaptcha",
|
|
"author": [
|
|
"Florian Schmidt"
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha_(NoCaptcha)",
|
|
"descriptionmsg": "renocaptcha-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "antispam",
|
|
"MessagesDirs": {
|
|
"ReCaptchaNoCaptcha": [
|
|
"i18n",
|
|
"i18n/api"
|
|
]
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "../includes/ReCaptchaNoCaptcha/"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": {
|
|
"value": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\ReCaptchaNoCaptcha"
|
|
},
|
|
"ReCaptchaSiteKey": {
|
|
"value": ""
|
|
},
|
|
"ReCaptchaSecretKey": {
|
|
"value": ""
|
|
},
|
|
"ReCaptchaSendRemoteIP": {
|
|
"value": false
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "../resources",
|
|
"remoteExtPath": "ConfirmEdit/resources"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor": {
|
|
"dependencies": [
|
|
"web2017-polyfills"
|
|
],
|
|
"scripts": "ve-confirmedit-reCaptchaNoCaptcha/ve.init.mw.NoCaptchaReCaptchaSaveErrorHandler.js"
|
|
}
|
|
},
|
|
"HookHandlers": {
|
|
"ReCaptchaHooks": {
|
|
"class": "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\Hooks"
|
|
}
|
|
},
|
|
"Hooks": {
|
|
"ResourceLoaderGetConfigVars": "ReCaptchaHooks"
|
|
},
|
|
"attributes": {
|
|
"VisualEditor": {
|
|
"PluginModules": [
|
|
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor"
|
|
]
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|