Skip to content

Commit

Permalink
Added the table plugin back to config in tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell authored Nov 2, 2023
1 parent 7ccb480 commit 20fe6dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ghostwriter/static/js/tinymce/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ var default_config = {
file: { title: 'File', items: 'newdocument restoredraft' },
edit: { title: 'Edit', items: 'undo redo | cut copy paste | selectall | searchreplace' },
view: { title: 'View', items: 'code | visualchars visualblocks | preview' },
insert: { title: 'Insert', items: 'evidenceUpload codesample link' },
insert: { title: 'Insert', items: 'table evidenceUpload codesample link' },
format: { title: 'Format', items: 'bold italic underline strikethrough superscript subscript codeformat case | formats fontformats fontsizes align | forecolor | removeformat' },
tools: { title: 'Tools', items: 'code wordcount' },
},
toolbar_mode: 'floating',
plugins: 'visualchars visualblocks save preview lists image hr autosave advlist code wordcount codesample searchreplace paste link case',
toolbar: 'subscript superscript bold italic underline link blockquote case | bullist numlist | codesample codeInline | evidenceUpload | removeformat save',
plugins: 'visualchars visualblocks save preview lists image hr autosave advlist code wordcount codesample searchreplace paste link case table',
toolbar: 'subscript superscript bold italic underline link blockquote case | bullist numlist | codesample codeInline | table | evidenceUpload | removeformat save',
contextmenu: 'bold italic link removeformat',
paste_as_text: true,
paste_data_images: false,
Expand Down

0 comments on commit 20fe6dc

Please sign in to comment.