changed editor to OpenSource grapesJS

This commit is contained in:
Julian Krauser 2024-12-22 17:28:56 +01:00
parent 78a9d206c3
commit 395a6439eb
9 changed files with 208 additions and 209 deletions

View file

@ -39,9 +39,7 @@ export const useTemplateStore = defineStore("template", {
template: template.template,
description: template.description,
design: template.design,
headerHTML: template.headerHTML,
bodyHTML: template.bodyHTML,
footerHTML: template.footerHTML,
html: template.html,
});
this.fetchTemplates();
return result;