From dd75de340c8ff2b5fda147a02ba7afe186f00339 Mon Sep 17 00:00:00 2001 From: David Adams Date: Fri, 31 Jan 2014 14:50:55 -0800 Subject: [PATCH] Addition of 3 TinyMCE plugins The following plugins added to toolbar in Edit of Unit: - fontselect - forecolor - image --- common/lib/xmodule/xmodule/js/src/html/edit.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/html/edit.coffee b/common/lib/xmodule/xmodule/js/src/html/edit.coffee index 5ba7de874a..cc9c690e38 100644 --- a/common/lib/xmodule/xmodule/js/src/html/edit.coffee +++ b/common/lib/xmodule/xmodule/js/src/html/edit.coffee @@ -42,7 +42,7 @@ class @HTMLEditingDescriptor # Disable visual aid on borderless table. visual:false, # 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_align : "left", theme_advanced_statusbar_location : "none",