mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-11 17:00:49 +00:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "Turnstile",
|
|
"author": [
|
|
"Jayden Bailey",
|
|
"..."
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit",
|
|
"descriptionmsg": "turnstile-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "antispam",
|
|
"MessagesDirs": {
|
|
"Turnstile": [
|
|
"i18n",
|
|
"i18n/api"
|
|
]
|
|
},
|
|
"config": {
|
|
"CaptchaClass": {
|
|
"value": "MediaWiki\\Extension\\ConfirmEdit\\Turnstile\\Turnstile"
|
|
},
|
|
"TurnstileSiteKey": {
|
|
"value": ""
|
|
},
|
|
"TurnstileSecretKey": {
|
|
"value": ""
|
|
},
|
|
"TurnstileSendRemoteIP": {
|
|
"value": false
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "../resources",
|
|
"remoteExtPath": "ConfirmEdit/resources"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.confirmEdit.turnstile.visualEditor": {
|
|
"dependencies": [
|
|
"web2017-polyfills"
|
|
],
|
|
"scripts": "ve-confirmedit-turnstile/ve.init.mw.TurnstileSaveErrorHandler.js"
|
|
}
|
|
},
|
|
"HookHandlers": {
|
|
"TurnstileHooks": {
|
|
"class": "MediaWiki\\Extension\\ConfirmEdit\\Turnstile\\Hooks"
|
|
}
|
|
},
|
|
"Hooks": {
|
|
"ResourceLoaderGetConfigVars": "TurnstileHooks"
|
|
},
|
|
"attributes": {
|
|
"VisualEditor": {
|
|
"PluginModules": [
|
|
"ext.confirmEdit.turnstile.visualEditor"
|
|
]
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
}
|