Search code examples
javascriptdomtinymceeditorwysiwyg

Adding icons to ordered / unordered lists TinyMCE


I would like to add icons to the drop down menu of the ordered list (see the pic):

advlist_bullet_styles: 'disc,circle,square':

Image for the drop down menu

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.


Solution

  • We improved this menu in TinyMCE 5, using icon buttons:

    TinyMCE 5 List Icon Buttons