Skip to content

Commit

Permalink
Added table plugin back to tiny mce
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage committed Dec 2, 2023
1 parent c55ef47 commit 1fa4f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghostwriter/static/js/tinymce/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var default_config = {
max_height: window_height,
autoresize_bottom_margin: 10,
toolbar_mode: 'floating',
plugins: 'autoresize visualchars visualblocks save preview lists image hr autosave advlist code wordcount codesample searchreplace paste link case',
plugins: 'autoresize 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,
Expand Down

0 comments on commit 1fa4f0d

Please sign in to comment.