pull/2487/head
jmontoyaa 9 years ago
parent 8ca97a910c
commit a15e7bbb38
  1. 52
      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'],

Loading…
Cancel
Save