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

Add code and image plugin to tinyMCE admin

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