So I’ve customized my tinyMCE a bit to add some buttons and rearrange some things: function myformatTinyMCE($in) { $in['theme_advanced_buttons1']='bold,italic,underline,bullist,numlist,hr,blockquote,link,unlink,justifyleft,justifycenter,justifyright,justifyfull,outdent,indent'; $in...
  • May 21, 2022
  • 0 Comments