Hide specific buttons of HTML field toolbar on Portal?

shanerodgers
Kilo Expert

Is it possible to hide specific buttons on the toolbar in Portal? I would like to hide the ability to attach an image, insert/edit code sample and source code. Possibly others too.

This is what the field looks like on the Portal:

html field.PNG

1 ACCEPTED SOLUTION

You can also hide specific buttons, e.g.


#mceu_9 {


  display: none;


}


View solution in original post

3 REPLIES 3

shanerodgers
Kilo Expert

I figured out how to hide sections, this hides the attach image section and the code section:



#mceu_25-body, #mceu_24-body {


  display: none;


}


You can also hide specific buttons, e.g.


#mceu_9 {


  display: none;


}


Hi all,

 

Can anyone please let me know where this code has to be written in order to hide the source code in HTML variable in the portal?

Which button is hidden using this ?   

#mceu_9 {

  display: none;

}