Skip to content
Snippets Groups Projects
Commit 9cd47a50 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add table plugin to TinyMCE [VIPSUTV-626]

parent 55dc4ee0
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ INSTALLED_APPS = (
TINYMCE_DEFAULT_CONFIG = {
'theme': "silver",
'relative_urls': False,
'plugins': 'link lists code image',
'plugins': 'link lists code image table',
'toolbar': 'undo redo | styleselect | bold italic | bullist numlist | alignleft aligncenter alignright alignjustify | indent outdent | link unlink'
}
TINYMCE_COMPRESSOR = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment