You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
455 B
455 B
toc_class
With toc_class
you can change the class name that gets assigned to the wrapper div
. Please note that you will have to alter [Boilerplate Content CSS]({{ site.baseurl }}/general-configuration-guide/boilerplate-content-css/)) accordingly.
Type: String
Default Value: mce-toc
Example: Using toc_class
tinymce.init({
selector: 'textarea',
plugins: 'toc',
toolbar: 'toc',
toc_class: 'our-toc'
});