feat: add ability to save documents as template (#2661)

This commit is contained in:
David Nguyen
2026-04-01 16:03:26 +11:00
committed by GitHub
parent 74d79dc6b2
commit e3b7a9e7cb
12 changed files with 851 additions and 43 deletions
+3
View File
@@ -88,6 +88,9 @@ export const buildEmbeddedFeatures = (
allowDuplication:
features.actions?.allowDuplication ??
DEFAULT_EMBEDDED_EDITOR_CONFIG.actions.allowDuplication,
allowSaveAsTemplate:
features.actions?.allowSaveAsTemplate ??
DEFAULT_EMBEDDED_EDITOR_CONFIG.actions.allowSaveAsTemplate,
allowDownloadPDF:
features.actions?.allowDownloadPDF ??
DEFAULT_EMBEDDED_EDITOR_CONFIG.actions.allowDownloadPDF,