mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
8f9215deb9
Bug: T213774 Change-Id: I99242bda4e09fec2dfabb2695bf82064cfc48fd7
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "ReCaptchaNoCaptcha",
|
|
"author": [
|
|
"..."
|
|
],
|
|
"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"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ReCaptchaNoCaptcha": "includes/ReCaptchaNoCaptcha.php",
|
|
"ReCaptchaNoCaptchaHooks": "includes/ReCaptchaNoCaptchaHooks.php",
|
|
"HTMLReCaptchaNoCaptchaField": "includes/HTMLReCaptchaNoCaptchaField.php",
|
|
"ReCaptchaNoCaptchaAuthenticationRequest": "includes/ReCaptchaNoCaptchaAuthenticationRequest.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "ReCaptchaNoCaptcha",
|
|
"ReCaptchaSiteKey": "",
|
|
"ReCaptchaSecretKey": "",
|
|
"ReCaptchaSendRemoteIP": false
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "resources",
|
|
"remoteExtPath": "ConfirmEdit/ReCaptchaNoCaptcha/resources"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor": {
|
|
"scripts": "ve-confirmedit-reCaptchaNoCaptcha/ve.init.mw.NoCaptchaReCaptchaSaveErrorHandler.js",
|
|
"targets": [ "desktop", "mobile" ]
|
|
}
|
|
},
|
|
"Hooks": {
|
|
"ResourceLoaderGetConfigVars": "ReCaptchaNoCaptchaHooks::onResourceLoaderGetConfigVars"
|
|
},
|
|
"VisualEditorPluginModules": [
|
|
"ext.confirmEdit.reCaptchaNoCaptcha.visualEditor"
|
|
],
|
|
"manifest_version": 1
|
|
}
|