2023-10-02 22:42:57 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2024-11-05 15:20:22 +00:00
|
|
|
"localBasePath": "../resources",
|
2024-10-23 22:59:50 +00:00
|
|
|
"remoteExtPath": "ConfirmEdit/resources"
|
2023-10-02 22:42:57 +00:00
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.confirmEdit.turnstile.visualEditor": {
|
2024-09-17 19:22:48 +00:00
|
|
|
"dependencies": [
|
|
|
|
"web2017-polyfills"
|
|
|
|
],
|
2024-01-23 23:00:04 +00:00
|
|
|
"scripts": "ve-confirmedit-turnstile/ve.init.mw.TurnstileSaveErrorHandler.js"
|
2023-10-02 22:42:57 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"HookHandlers": {
|
|
|
|
"TurnstileHooks": {
|
|
|
|
"class": "MediaWiki\\Extension\\ConfirmEdit\\Turnstile\\Hooks"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ResourceLoaderGetConfigVars": "TurnstileHooks"
|
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"VisualEditor": {
|
|
|
|
"PluginModules": [
|
|
|
|
"ext.confirmEdit.turnstile.visualEditor"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"manifest_version": 2
|
|
|
|
}
|