Skip to content

Commit

Permalink
justify removed from ckeditor config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 20, 2023
1 parent ebdaacd commit 480b6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/components/ckeditor4/config-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'] },
Expand Down Expand Up @@ -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]',
Expand Down

0 comments on commit 480b6f8

Please # to comment.