feat: add imagevault images to RTE

This commit is contained in:
Christel Westerberg
2024-07-01 17:09:48 +02:00
parent 450160c2ba
commit 8956edbd2f
11 changed files with 577 additions and 33 deletions
+1
View File
@@ -36,6 +36,7 @@ export enum RTETypeEnum {
thead = "thead",
tr = "tr",
ul = "ul",
ImageVault = "ImageVault",
}
export type RTEType = keyof typeof RTETypeEnum