Commit e5354f24 by David Adams

Merge pull request #2403 from edx/dcadams/tinymce_mods

Addition of 3 TinyMCE plugins to toolbar
parents ab4432db dd75de34
...@@ -42,7 +42,7 @@ class @HTMLEditingDescriptor ...@@ -42,7 +42,7 @@ class @HTMLEditingDescriptor
# Disable visual aid on borderless table. # Disable visual aid on borderless table.
visual:false, visual:false,
# We may want to add "styleselect" when we collect all styles used throughout the LMS # We may want to add "styleselect" when we collect all styles used throughout the LMS
theme_advanced_buttons1 : "formatselect,bold,italic,underline,|,bullist,numlist,outdent,indent,|,blockquote,wrapAsCode,|,link,unlink", theme_advanced_buttons1 : "formatselect,fontselect,bold,italic,underline,forecolor,|,bullist,numlist,outdent,indent,|,blockquote,wrapAsCode,|,link,unlink,|,image,",
theme_advanced_toolbar_location : "top", theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left", theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "none", theme_advanced_statusbar_location : "none",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment