Remove Tinymce fields in modal
-
Hi
Im trying pretty hard to find a way to remove image caption and dimensions field in the modal window that pops up when I click “insert image”.
According to tinymce docs this should work, if I have understood it correctly:
tinymce.init({
selector: “textarea”, // change this value according to your HTML
plugins: “image”,
menubar: “insert”,
toolbar: “image”,
image_dimensions: false,
image_description: false
});I placed the above inside a jquery on load function. But it does not affect anything.
This is maybe overridden with image-upload-for-bbpress ?
I looked at the js for the plugin but got not much wiser.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove Tinymce fields in modal’ is closed to new replies.