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
Describe the solution you'd like
After uploading a video in the media library, a "video widget" would be great to choose the video from media library.
It should be an extended image widget i think. 'cause right now image widget does not allow to choose a video from the media library. It would return the file path to use it in the templates with a <video> tag
Describe alternatives you've considered
I tried to add code from Instagram to embed a video in the markdown editor, but the <script> tag is removed when saving
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
After uploading a video in the media library, a "video widget" would be great to choose the video from media library.
It should be an extended image widget i think. 'cause right now image widget does not allow to choose a video from the media library. It would return the file path to use it in the templates with a
<video>
tagDescribe alternatives you've considered
I tried to add code from Instagram to embed a video in the markdown editor, but the
<script>
tag is removed when savingThe text was updated successfully, but these errors were encountered: