I would like to add icons to the drop down menu of the ordered list (see the pic):
advlist_bullet_styles: 'disc,circle,square'
:
Is there a way to do that? I am sure there are tinyMCE pros on this site. I tried something like:
advlist_bullet_styles: [
{icon: "bullist",
type: 'disc'
}
],
But it "kills" the editor. Obviously it's not the way to go. Would appreciate some help.