Successfully added
TinyMCE Image Options
by Arne
image_title
This option allows you to enable the image title input field in the image dialog.
Default value: false
Example: Using image_title
tinymce.init({ selector: 'textarea', // change this value according to your HTML plugins: 'image', toolbar: 'image', image_title: true });
Referenced in:
Comments