reverts codemirror tinymce editor from release until we can fix the IE issue with it, people can still enable it if they want though.

This commit is contained in:
Shannon
2014-11-12 10:05:20 +11:00
parent 15119fc8d0
commit f6c39362cd

View File

@@ -6,7 +6,7 @@
<command>
<umbracoAlias>code</umbracoAlias>
<icon>images/editor/code.gif</icon>
<tinyMceCommand value="" userInterface="false" frontendCommand="codemirror">code</tinyMceCommand>
<tinyMceCommand value="" userInterface="false" frontendCommand="code">code</tinyMceCommand>
<priority>1</priority>
</command>
<command>
@@ -199,7 +199,7 @@
</commands>
<plugins>
<plugin loadOnFrontend="true">codemirror</plugin>
<plugin loadOnFrontend="true">code</plugin>
<plugin loadOnFrontend="true">paste</plugin>
<plugin loadOnFrontend="true">umbracolink</plugin>
<plugin loadOnFrontend="true">anchor</plugin>