|
@@ -18,7 +18,7 @@ import { currentUser as _currentUser } from "../../reducers/current-user";
|
|
|
import { useRef } from "react";
|
|
import { useRef } from "react";
|
|
|
import MDEditor from "@uiw/react-md-editor";
|
|
import MDEditor from "@uiw/react-md-editor";
|
|
|
|
|
|
|
|
-export type TContentType = "text" | "markdown" | "html";
|
|
|
|
|
|
|
+export type TContentType = "text" | "markdown" | "html" | "json";
|
|
|
|
|
|
|
|
interface IWidget {
|
|
interface IWidget {
|
|
|
resId?: string;
|
|
resId?: string;
|