indigofa
indigofa
@michelson I just readed this from the docs but is not clear, can you tell me where is BOLD or ITALIC component defined so I can take a look and...
Anyone from contributors can help with clarification, I'm lost here
Hi @michelson , In this URL [codesandbox](https://codesandbox.io/s/billowing-breeze-fhl3j?file=/src/App.js) you can find the error when you click to add a Video thanks
Also is the code of this page public I would like to give a look https://michelson.github.io/dante2/#/
I get this file as starting point [image.js](https://github.com/michelson/dante2/blob/master/src/editor/components/blocks/image.js) I want to create video uploader, my question is how can I allow to select video files ex mp4 thanks
@michelson I have one button for Image and other for Video, is it possible to tell video select button to use video/mp4 and the image button to keep with Image...
@michelson How can I do it, I'm trying to figure out Now I have in Dante Component ``` widgets={[ ImageBlockConfig({ options: { upload_handler: handleUploadContentMediaHander, }, }), VideoBlockConfig(), ]} ``` And...
@michelson If I change insertion: "insertion" to insertion: "upload", the component automatically is rendering the Image ( it became as it is Image Uploder ), I don't know how can...
Hi @michelson how can I keep all the toolbars what already exist and just add text strike and text highlights how this will be implemented in `convertToHTML` can you please...
Hi Michelson, I will try to implement tonight and get back Thank you