embed element youtube video

This commit is contained in:
Yisroel Baum 2026-05-27 20:43:23 +03:00
parent c48312de00
commit 5f89db8028
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 194 additions and 0 deletions

View file

@ -10,6 +10,7 @@ export interface ChildElement {
export interface Element extends ChildElement {
richText: string
pdfPath: string | null
youtubeUrl: string | null
}
interface ElementResponse {