Fixup paths to moved resources

Bug: T379080
Change-Id: Iff8c39b6d49e3ce476e026b022613ec08ced37ca
Follows-Up: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
This commit is contained in:
Reedy 2024-11-05 15:20:22 +00:00
parent 63ac2bb3c9
commit 5a0185206d
4 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
} }
}, },
"ResourceFileModulePaths": { "ResourceFileModulePaths": {
"localBasePath": "resources", "localBasePath": "../resources",
"remoteExtPath": "ConfirmEdit/resources" "remoteExtPath": "ConfirmEdit/resources"
}, },
"callback": "MediaWiki\\Extension\\ConfirmEdit\\Hooks::onFancyCaptchaSetup", "callback": "MediaWiki\\Extension\\ConfirmEdit\\Hooks::onFancyCaptchaSetup",

View file

@ -31,7 +31,7 @@
} }
}, },
"ResourceFileModulePaths": { "ResourceFileModulePaths": {
"localBasePath": "resources", "localBasePath": "../resources",
"remoteExtPath": "ConfirmEdit/resources" "remoteExtPath": "ConfirmEdit/resources"
}, },
"ResourceModules": { "ResourceModules": {

View file

@ -32,7 +32,7 @@
} }
}, },
"ResourceFileModulePaths": { "ResourceFileModulePaths": {
"localBasePath": "resources", "localBasePath": "../resources",
"remoteExtPath": "ConfirmEdit/resources" "remoteExtPath": "ConfirmEdit/resources"
}, },
"ResourceModules": { "ResourceModules": {

View file

@ -41,8 +41,8 @@
"hcaptcha": "GlobalVarConfig::newInstance" "hcaptcha": "GlobalVarConfig::newInstance"
}, },
"ResourceFileModulePaths": { "ResourceFileModulePaths": {
"localBasePath": "resources", "localBasePath": "../resources",
"remoteExtPath": "ConfirmEdit/resources/hCaptcha" "remoteExtPath": "ConfirmEdit/resources"
}, },
"ResourceModules": { "ResourceModules": {
"ext.confirmEdit.hCaptcha.visualEditor": { "ext.confirmEdit.hCaptcha.visualEditor": {