Changes mode of styleselect to All

This commit is contained in:
skttl
2019-08-08 09:32:23 +02:00
committed by Sebastiaan Janssen
parent 2b7154622e
commit 0d63b13bf0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<tinymceConfig>
<commands>
<command alias="ace" name="Source code editor" mode="Insert" />
@@ -8,7 +8,7 @@
<command alias="cut" name="Cut" mode="Selection"/>
<command alias="copy" name="Copy" mode="Selection"/>
<command alias="paste" name="Paste" mode="All" />
<command alias="styleselect" name="Style select" mode="Insert" />
<command alias="styleselect" name="Style select" mode="All" />
<command alias="bold" name="Bold" mode="Selection" />
<command alias="italic" name="Italic" mode="Selection" />
<command alias="underline" name="Underline" mode="Selection" />

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<tinymceConfig>
<commands>
<command alias="ace" name="Source code editor" mode="Insert" />
@@ -8,7 +8,7 @@
<command alias="cut" name="Cut" mode="Selection"/>
<command alias="copy" name="Copy" mode="Selection"/>
<command alias="paste" name="Paste" mode="All" />
<command alias="styleselect" name="Style select" mode="Insert" />
<command alias="styleselect" name="Style select" mode="All" />
<command alias="bold" name="Bold" mode="Selection" />
<command alias="italic" name="Italic" mode="Selection" />
<command alias="underline" name="Underline" mode="Selection" />