You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be helpful to allow adding videos in a node like how adding image works right now.
Describe the solution you'd like
Similar to adding an image to node using the URL, height, and width:
video?: {
url: string
width: number
height: number
}
Describe alternatives you've considered
No alternative (except for adding a URL as a data in a node menu plugin)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Using dangerouslySetInnerHTML replaces the whole node. It removes the topic text (and tags, URL from the node menu).
Even if I still include the topic text in the new html, it can't be edited because editing is skipped in beginEdit if dangerouslySetInnerHTML has a value.
Is your feature request related to a problem? Please describe.
It would be helpful to allow adding videos in a node like how adding image works right now.
Describe the solution you'd like
Similar to adding an image to node using the URL, height, and width:
Describe alternatives you've considered
No alternative (except for adding a URL as a data in a node menu plugin)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: