add phone type placeholder

This commit is contained in:
Alex Turchyn
2023-09-05 01:00:21 +03:00
parent 2cbf429293
commit c38830dd1c
11 changed files with 393 additions and 90 deletions
+1
View File
@@ -75,6 +75,7 @@ window.customElements.define('template-builder', class extends HTMLElement {
this.app = createApp(TemplateBuilder, {
template: reactive(JSON.parse(this.dataset.template)),
backgroundColor: '#faf7f5',
withPhone: this.dataset.withPhone === 'true',
isDirectUpload: this.dataset.isDirectUpload === 'true'
})