🔥(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user