feat: add imagevault images to RTE
This commit is contained in:
@@ -36,6 +36,7 @@ export enum RTETypeEnum {
|
||||
thead = "thead",
|
||||
tr = "tr",
|
||||
ul = "ul",
|
||||
ImageVault = "ImageVault",
|
||||
}
|
||||
|
||||
export type RTEType = keyof typeof RTETypeEnum
|
||||
|
||||
Reference in New Issue
Block a user