fix edit layout

pull/627/head^2
chapsjust 2 months ago
parent 1225cfc2dc
commit 3eb1142afe

@ -182,6 +182,8 @@ safeRegisterElement('template-builder', class extends HTMLElement {
showTourStartForm: this.dataset.showTourStartForm === 'true' showTourStartForm: this.dataset.showTourStartForm === 'true'
}) })
this.app.config.globalProperties.document = document
this.component = this.app.mount(this.appElem) this.component = this.app.mount(this.appElem)
this.appendChild(this.appElem) this.appendChild(this.appElem)

@ -29,5 +29,5 @@
<link rel="icon" type="image/png" sizes="32x32" href="<%= wl.favicon_32 %>"> <link rel="icon" type="image/png" sizes="32x32" href="<%= wl.favicon_32 %>">
<link rel="icon" type="image/png" sizes="96x96" href="<%= wl.favicon_96 %>"> <link rel="icon" type="image/png" sizes="96x96" href="<%= wl.favicon_96 %>">
<link rel="icon" type="image/png" sizes="16x16" href="<%= wl.favicon_16 %>"> <link rel="icon" type="image/png" sizes="16x16" href="<%= wl.favicon_16 %>">
<link rel="icon" type="image/svg+xml" href="<%= wl.favicon_svg %>"> <link rel="icon" type="image/svg+xml" href="<%= wl.favicon_ico %>">
<meta name="theme-color" content="<%= wl.pwa_theme_color %>"> <meta name="theme-color" content="<%= wl.pwa_theme_color %>">

@ -39,11 +39,11 @@ urls:
website: "https://intebec.ca" website: "https://intebec.ca"
# Support / contact email # Support / contact email
support_email: "support@intebec.ca" support_email: "contact@intebec.ca"
# Privacy policy & terms pages (set to null to hide links) # Privacy policy & terms pages (set to null to hide links)
privacy_policy: "https://intebec.ca/privacy" privacy_policy: "https://intebec.ca/legal/privacy"
terms_of_service: "https://intebec.ca/terms" terms_of_service: "https://intebec.ca/legal/terms"
# Social handles (set to null to hide) # Social handles (set to null to hide)
twitter_url: ~ twitter_url: ~

Loading…
Cancel
Save