add template download

This commit is contained in:
Pete Matsyburka
2025-11-05 11:59:37 +02:00
parent 9758f7a15f
commit 72dd2c6bc5
5 changed files with 127 additions and 3 deletions
+1
View File
@@ -167,6 +167,7 @@ safeRegisterElement('template-builder', class extends HTMLElement {
withConditions: this.dataset.withConditions === 'true',
withGoogleDrive: this.dataset.withGoogleDrive === 'true',
withReplaceAndCloneUpload: true,
withDownload: true,
currencies: (this.dataset.currencies || '').split(',').filter(Boolean),
acceptFileTypes: this.dataset.acceptFileTypes,
showTourStartForm: this.dataset.showTourStartForm === 'true'