S
S
Sergey2021-12-25 07:12:36
TinyMCE
Sergey, 2021-12-25 07:12:36

How to add/change toolbar tinymce in wordpress?

I dug through the documentation, I can’t find anything anywhere ...

I read that this is done something like this:

tinymce.init({
  selector: 'textarea',
  setup: function (editor) {
    editor.on('click', function () {
      console.log('Editor was clicked');
    });
  }
});

And already options are added to init... But the problem is that I can't "connect" to an already existing wordpress editor with this init. New to create - yes. And I need to add a couple of buttons in the floating quickbars to the main one. On top of the "advanced editor tools" plugin.

How to contact him, does anyone know? Or am I not digging there at all? Thanks in advance ;)
If possible, link to "read".

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question