@uxf/wysiwyg
Advanced tools
Comparing version 1.2.16 to 1.2.17
{ | ||
"name": "@uxf/wysiwyg", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"description": "UXF Wysiwyg editor", | ||
@@ -5,0 +5,0 @@ "author": "Robin Dvorak <dvorak@uxf.cz>", |
@@ -148,2 +148,3 @@ import { CSSProperties, FC } from "react"; | ||
export interface EditorVideoElementPlugin { | ||
isOnlyVideoUrlRequired?: boolean; | ||
toolbarButton: FC<ToolbarVideoButtonProps>; | ||
@@ -150,0 +151,0 @@ editorElementRenderer: FC<EditorVideoElementRendererProps>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111376
1355