Merge branch 'main' into i18n_extraLanguages_and_perThemeVariantTranslations

This commit is contained in:
Joseph Garrone
2024-09-22 18:15:25 +02:00
14 changed files with 43 additions and 79 deletions

View File

@ -40,14 +40,7 @@ export function useInitialize(params: {
const { insertScriptTags } = useInsertScriptTags({
componentOrHookName: "Template",
scriptTags: [
{
type: "importmap",
textContent: JSON.stringify({
imports: {
rfc4648: `${url.resourcesCommonPath}/node_modules/rfc4648/lib/rfc4648.js`
}
})
},
// NOTE: The importmap is added in by the FTL script because it's too late to add it here.
{
type: "module",
src: `${url.resourcesPath}/js/menu-button-links.js`