🔥(backend) remove code_editor field

code_editor field was removed from the backend.
This filed was used to store the code editor to
generate templates.
This commit is contained in:
Anthony LC
2024-05-02 14:13:15 +02:00
committed by Anthony LC
parent c7a5b5f3fb
commit 5fbb5106a9
6 changed files with 1 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
import { ProjectData } from 'grapesjs';
export enum Role {
MEMBER = 'member',
ADMIN = 'administrator',
@@ -30,7 +28,6 @@ export interface Template {
partial_update: boolean;
};
accesses: Access[];
code_editor: ProjectData;
title: string;
is_public: boolean;
css: string;