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
@@ -70,6 +70,7 @@ export default function EmbedPlaygroundPage() {
allowDistributing: false,
allowDirectLink: false,
allowDuplication: false,
allowSaveAsTemplate: false,
allowDownloadPDF: false,
allowDeletion: false,
});