File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 120120 'toolbar ' => 'code visualblocks | undo redo | styleselect | bold italic | bullist numlist outdent indent | link | image media table ' ,
121121 ],
122122
123+ /*
124+ |--------------------------------------------------------------------------
125+ | tinymce_config
126+ |--------------------------------------------------------------------------
127+ | You can set any tinymce configuration option here.
128+ */
129+ 'tinymce_config ' => '
130+ invalid_styles: {
131+ td: "width"
132+ },
133+ ' ,
134+
123135 /*
124136 |--------------------------------------------------------------------------
125137 | modules
Original file line number Diff line number Diff line change 121121@endif
122122 tinymce .init ({
123123 selector: ' textarea.tinymce' ,
124+ {!! config (' admin.tinymce_config' ) ! !}
124125 theme: ' {{ config (' admin.tinymce_defaults.theme' , ' modern' ) } }' ,
125126 menubar: false ,
126127 branding: false ,
You can’t perform that action at this time.
0 commit comments