tinymce non editable content code example
Example: tinymce non editable block
tinymce.init({
selector: 'textarea', // change this value according to your HTML
plugins: 'noneditable'
});
COPY CODE
tinymce.init({
selector: 'textarea', // change this value according to your HTML
plugins: 'noneditable'
});
COPY CODE