add element icons
This commit is contained in:
parent
ac7af2463d
commit
f3f500d491
12 changed files with 49 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ export interface ChildElement {
|
|||
}
|
||||
|
||||
export interface Element extends ChildElement {
|
||||
iconImageUrl: string | null
|
||||
richText: string
|
||||
pdfPath: string | null
|
||||
youtubeUrl: string | null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue