php - Voyager tinymce rich text box add value

one text

Solution:

You have to use the function

function tinymce_init_callback(editor) {
...
}

in your custom.js file to reinitialize tinymce.

Take a look at Laravel Voyager Tinymce Plugin issue

Also check the available plugins.

Source