X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Ftoolbar%2Fplugin.js;h=5287752d62ab60b027d5d884598ec90a30aae3d3;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=fd9fab04ffda4d3369c26f9dfe637dd2f1e50404;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/plugins/toolbar/plugin.js b/_source/plugins/toolbar/plugin.js index fd9fab0..5287752 100644 --- a/_source/plugins/toolbar/plugin.js +++ b/_source/plugins/toolbar/plugin.js @@ -415,6 +415,7 @@ CKEDITOR.config.toolbar_Basic = * ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], * ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], * ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + * ['BidiLtr', 'BidiRtl' ], * ['Link','Unlink','Anchor'], * ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], * '/', @@ -433,6 +434,7 @@ CKEDITOR.config.toolbar_Full = ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['BidiLtr', 'BidiRtl' ], ['Link','Unlink','Anchor'], ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], '/',