I tried to modify the upload button icon, but unfortunately the plugin does not offer this feature. Could you make this possible ?
For the moment I don't have a workaround solution, if you have one I'm a buyer.
Thank you.
Ah! You right...
Should be fixed in the 2.18.0 late this day :)
You can do that:
$('#editor').trumbowyg({
btns: ['upload'],
btnsDef: {
upload: {
ico: 'insertImage'
}
}
});
Thank you for your reactivity!
Most helpful comment
Ah! You right...
Should be fixed in the 2.18.0 late this day :)
You can do that: