Skip to content

Commit

Permalink
SAK-33362 - Disable CKEditor autosave plugin until selector bug is fi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Sep 14, 2017
1 parent c92468b commit 89bc29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<ckeditor.version>4.5.7</ckeditor.version>
<bootstrap-version>3.3.7</bootstrap-version>
<font-awesome-version>4.7.0</font-awesome-version>
<!-- Empty defaults -->
<!-- Default extra plugins enabled, currently autosave disabled via SAK-33362 -->
<ckeditor-extra-plugins>sakaipreview,image2,audiorecorder,contentitem,movieplayer,wordcount,fmath_formula,notification</ckeditor-extra-plugins>
<!-- Empty defaults for a11y-->
<ckeditor-a11y-extra-plugins></ckeditor-a11y-extra-plugins>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion library/src/webapp-filtered/editor/ckeditor.launch.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ sakai.editor.editors.ckeditor.launch = function(targetId, config, w, h) {
//ckconfig.extraPlugins+="atd-ckeditor,";
//ckconfig.contentsCss = [basePath+'atd-ckeditor/atd.css'];

ckconfig.extraPlugins+="sakaipreview,image2,audiorecorder,contentitem,movieplayer,wordcount,fmath_formula,autosave,notification${ckeditor-a11y-extra-plugins}";
ckconfig.extraPlugins+="${ckeditor-extra-plugins}${ckeditor-a11y-extra-plugins}";

// Load FontAwesome CSS in case a user wants to manually add FA markup
ckconfig.contentsCss = [webJars+'fontawesome/4.7.0/css/font-awesome.min.css'];
Expand Down

0 comments on commit 89bc29d

Please sign in to comment.