diff --git a/public/components/ckeditor4/config-full.js b/public/components/ckeditor4/config-full.js index ab697528..6476f3de 100644 --- a/public/components/ckeditor4/config-full.js +++ b/public/components/ckeditor4/config-full.js @@ -7,7 +7,7 @@ for (var i = 0; i < editors.length; ++i) { { items: ['RemoveFormat'] }, { items: ['NumberedList', 'BulletedList', 'Outdent', 'Indent'] }, { items: ['Blockquote', 'CreateDiv', '-', 'BidiLtr', 'BidiRtl', 'Language'] }, - { items: ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] }, + { items: ['JustifyLeft', 'JustifyCenter', 'JustifyRight'] }, { items: ['Link', 'Unlink', 'Anchor'] }, { items: ['Image', 'oembed', 'Table', 'HorizontalRule', 'SpecialChar'] }, { items: ['Maximize', 'ShowBlocks', 'Source'] }, @@ -45,7 +45,7 @@ for (var i = 0; i < editors.length; ++i) { { name: 'Language: RTL', element: 'span', attributes: { dir: 'rtl' } }, { name: 'Language: LTR', element: 'span', attributes: { dir: 'ltr' } }, ], - extraPlugins: 'adv_link,image2,codemirror,panelbutton,oembed,justify,showblocks,div,dialogadvtab', + extraPlugins: 'adv_link,image2,codemirror,panelbutton,oembed,showblocks,div,dialogadvtab', removePlugins: 'image,link', oembed_WrapperClass: 'ratio ratio-16x9', extraAllowedContent: 'dl;dt;dd;small;img[!src,alt,width,height,loading]',