Remove button align justify CKeditor

1.1k views Asked by At

I want remove align justify but give align left, right and center. I use CKeditor 4.3

1

There are 1 answers

0
Reinmar On BEST ANSWER
config.removeButtons = 'JustifyBlock';

See how to set a configuration.