TinyMCE: {
    branding: boolean;
    content_css: string[];
    menubar: boolean;
    plugins: string;
    save_enablewhendirty: boolean;
    statusbar: boolean;
    style_formats: {
        items: {
            block: string;
            classes: string;
            title: string;
            wrapper: boolean;
        }[];
        title: string;
    }[];
    style_formats_merge: boolean;
    table_default_styles: {};
    toolbar: string;
} = ...
Type declaration
branding: boolean
content_css: string[]
menubar: boolean
plugins: string
save_enablewhendirty: boolean
statusbar: boolean
style_formats: {
    items: {
        block: string;
        classes: string;
        title: string;
        wrapper: boolean;
    }[];
    title: string;
}[]
style_formats_merge: boolean
table_default_styles: {}
toolbar: string
Default configuration options for TinyMCE editors