changed data structure to single html
This commit is contained in:
parent
160d82459d
commit
5f18e614be
7 changed files with 8 additions and 28 deletions
|
@ -26,11 +26,5 @@ export class template {
|
|||
design: object;
|
||||
|
||||
@Column({ type: "text", default: "" })
|
||||
headerHTML: string;
|
||||
|
||||
@Column({ type: "text", default: "" })
|
||||
bodyHTML: string;
|
||||
|
||||
@Column({ type: "text", default: "" })
|
||||
footerHTML: string;
|
||||
html: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue