embed element youtube video
This commit is contained in:
parent
c48312de00
commit
5f89db8028
2 changed files with 194 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export interface ChildElement {
|
|||
export interface Element extends ChildElement {
|
||||
richText: string
|
||||
pdfPath: string | null
|
||||
youtubeUrl: string | null
|
||||
}
|
||||
|
||||
interface ElementResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue