changed editor to OpenSource grapesJS
This commit is contained in:
parent
78a9d206c3
commit
395a6439eb
9 changed files with 208 additions and 209 deletions
|
@ -3,9 +3,7 @@ export interface TemplateViewModel {
|
|||
template: string;
|
||||
description: string | null;
|
||||
design: object;
|
||||
headerHTML: string;
|
||||
bodyHTML: string;
|
||||
footerHTML: string;
|
||||
html: string;
|
||||
}
|
||||
|
||||
export interface CreateTemplateViewModel {
|
||||
|
@ -18,7 +16,5 @@ export interface UpdateTemplateViewModel {
|
|||
template: string;
|
||||
description: string | null;
|
||||
design: object;
|
||||
headerHTML: string;
|
||||
bodyHTML: string;
|
||||
footerHTML: string;
|
||||
html: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue