Commit d1095a2b authored by Vaibhav's avatar Vaibhav
Browse files

Issue #SB-24915 fix: added text alignment module in the CKeditor5

Showing with 4 additions and 1 deletion
+4 -1
......@@ -31,8 +31,11 @@ export class DynamicRichtextComponent implements OnInit, AfterViewInit {
ngOnInit() {
this.editorConfig = {
alignment: {
options: [ 'left', 'right', 'center', 'justify' ]
},
toolbar: ['bold', '|', 'italic', '|', 'underline', '|', 'insertTable',
'|', 'numberedList', '|', 'BulletedList', '|', 'fontSize', '|',
'|', 'numberedList', '|', 'BulletedList', '|', 'fontSize', '|', 'alignment', '|'
],
fontSize: {
options: [
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment