adjust page preview

This commit is contained in:
Pete Matsyburka
2026-04-24 21:44:57 +03:00
parent 3b040d558d
commit 39407557f2
6 changed files with 17 additions and 4 deletions
+1
View File
@@ -181,6 +181,7 @@ safeRegisterElement('template-builder', class extends HTMLElement {
withConditions: this.dataset.withConditions === 'true',
withDynamicDocuments: this.dataset.withDynamicDocuments === 'true',
withGoogleDrive: this.dataset.withGoogleDrive === 'true',
pagePreviewFormat: this.dataset.pagePreviewFormat || '.jpg',
withReplaceAndCloneUpload: true,
withDownload: true,
currencies: (this.dataset.currencies || '').split(',').filter(Boolean),