From 964efe4c2fe06d32d03768dc5efaf3cca48fbd38 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 18 Apr 2024 16:52:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(app-impress)=20simplify=20the=20te?= =?UTF-8?q?mplate=20builder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove some features from the template builder that are not necessary for the MVP. --- .../template/components/TemplateEditor.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/frontend/apps/impress/src/features/templates/template/components/TemplateEditor.tsx b/src/frontend/apps/impress/src/features/templates/template/components/TemplateEditor.tsx index be7fff76..2757ab1d 100644 --- a/src/frontend/apps/impress/src/features/templates/template/components/TemplateEditor.tsx +++ b/src/frontend/apps/impress/src/features/templates/template/components/TemplateEditor.tsx @@ -124,13 +124,26 @@ export const TemplateEditor = ({ template }: TemplateEditorProps) => { )} - + pluginBlocksBasic(editor, {})]} onEditor={onEditor}