Closed kumarabhirup closed 5 years ago
Seems like I solved it. Pasted the code from documentation. @michelson thanks for help and efforts.
@michelson Would you, please, include link to this issue (or the whole code) to the documentation? I think it would fit perfectly somewhere here: https://michelson.github.io/dante2/#/src-widgets
I've added
ImageBlockConfig()
in widgets array. Due to it, I lost other widgets that were in there by default. I lost the Video and Embed Block.To add them, I tried using
VideoBlockConfig()
andEmbedBlockConfig()
. Though I see the buttons, but they don't work without configuration. How should I configure them to work like before?Do you have some function like
DanteTooltipConfig()
which gives default tooltips?Code 👇