Browse Source

Minor - add "source" button

Julio Montoya 6 years ago
parent
commit
1c0def614b

+ 1 - 1
src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/TestMatching.php

@@ -105,7 +105,7 @@ class TestMatching extends Basic
             ['BulletedList', 'NumberedList', 'HorizontalRule'],
             ['JustifyLeft', 'JustifyCenter', 'JustifyBlock'],
             ['Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor'],
-            ['Toolbarswitch'],
+            ['Source', 'Toolbarswitch'],
         ];
     }
 }