mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Fixup paths to moved resources
Bug: T379080 Change-Id: Iff8c39b6d49e3ce476e026b022613ec08ced37ca Follows-Up: I556f5f2753fae77df4f34b64bccdb7d68f2825b0
This commit is contained in:
parent
63ac2bb3c9
commit
5a0185206d
|
@ -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",
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ResourceFileModulePaths": {
|
"ResourceFileModulePaths": {
|
||||||
"localBasePath": "resources",
|
"localBasePath": "../resources",
|
||||||
"remoteExtPath": "ConfirmEdit/resources"
|
"remoteExtPath": "ConfirmEdit/resources"
|
||||||
},
|
},
|
||||||
"ResourceModules": {
|
"ResourceModules": {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ResourceFileModulePaths": {
|
"ResourceFileModulePaths": {
|
||||||
"localBasePath": "resources",
|
"localBasePath": "../resources",
|
||||||
"remoteExtPath": "ConfirmEdit/resources"
|
"remoteExtPath": "ConfirmEdit/resources"
|
||||||
},
|
},
|
||||||
"ResourceModules": {
|
"ResourceModules": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue