jmontoyaa 8 жил өмнө
parent
commit
a15e7bbb38

+ 26 - 26
src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php

@@ -17,7 +17,7 @@ class Basic extends Toolbar
      * @var array
      */
     public $defaultPlugins = array(
-       'adobeair',
+        'adobeair',
         'ajax',
         'audio',
         'image2',
@@ -36,30 +36,30 @@ class Basic extends Toolbar
         'iframe',
         'iframedialog',
         'indentblock',
-       'justify',
-       'language',
-       'lineutils',
-       'liststyle',
-       'newpage',
-       'oembed',
-       'pagebreak',
-       'preview',
-       'print',
-       'save',
-       'selectall',
-       'sharedspace',
-       'showblocks',
-       'smiley',
-       'sourcedialog',
-       'stylesheetparser',
-       'tableresize',
-       'templates',
-       'uicolor',
-       'video',
-       'widget',
-       'wikilink',
-       'wordcount',
-       'xml'
+        'justify',
+        'language',
+        'lineutils',
+        'liststyle',
+        'newpage',
+        'oembed',
+        'pagebreak',
+        'preview',
+        'print',
+        'save',
+        'selectall',
+        'sharedspace',
+        'showblocks',
+        'smiley',
+        'sourcedialog',
+        'stylesheetparser',
+        'tableresize',
+        'templates',
+        'uicolor',
+        'video',
+        'widget',
+        'wikilink',
+        'wordcount',
+        'xml',
     );
 
     /**
@@ -202,7 +202,7 @@ class Basic extends Toolbar
         return [
             ['Save', 'NewPage', 'Templates', '-', 'PasteFromWord'],
             ['Undo', 'Redo'],
-            ['Link', 'Image', 'Video', 'Flash', 'Youtube', 'Audio', 'Table', 'Asciimath', 'Asciisvg'],
+            ['Link', 'Image', 'Video', 'Oembed','Flash', 'Youtube', 'Audio', 'Table', 'Asciimath', 'Asciisvg'],
             ['BulletedList', 'NumberedList', 'HorizontalRule'],
             ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
             ['Styles', 'Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor', 'Source'],