remove build in source code editor from tinymce
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<tinymceConfig>
|
||||
<commands>
|
||||
<command alias="code" name="Source code editor" mode="Insert" />
|
||||
<command alias="ace" name="Advanced source code editor" mode="Insert" />
|
||||
<command alias="ace" name="Source code editor" mode="Insert" />
|
||||
<command alias="removeformat" name="Remove format" mode="Selection"/>
|
||||
<command alias="undo" name="Undo" mode="Insert" />
|
||||
<command alias="redo" name="Redo" mode="Insert" />
|
||||
@@ -37,7 +36,6 @@
|
||||
<command alias="ltr" name="Left to right" mode="Selection" />
|
||||
</commands>
|
||||
<plugins>
|
||||
<plugin>code</plugin>
|
||||
<plugin>paste</plugin>
|
||||
<plugin>anchor</plugin>
|
||||
<plugin>charmap</plugin>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<tinymceConfig>
|
||||
<commands>
|
||||
<command alias="code" name="Source code editor" mode="Insert" />
|
||||
<command alias="ace" name="Advanced source code editor" mode="Insert" />
|
||||
<command alias="ace" name="Source code editor" mode="Insert" />
|
||||
<command alias="removeformat" name="Remove format" mode="Selection"/>
|
||||
<command alias="undo" name="Undo" mode="Insert" />
|
||||
<command alias="redo" name="Redo" mode="Insert" />
|
||||
@@ -37,7 +36,6 @@
|
||||
<command alias="ltr" name="Left to right" mode="Selection" />
|
||||
</commands>
|
||||
<plugins>
|
||||
<plugin>code</plugin>
|
||||
<plugin>paste</plugin>
|
||||
<plugin>anchor</plugin>
|
||||
<plugin>charmap</plugin>
|
||||
|
||||
Reference in New Issue
Block a user