Unverified Commit 71413273 authored by Kartheek Palla's avatar Kartheek Palla Committed by GitHub
Browse files

Merge pull request #112 from vaibhavbhuva/release-4.3.0

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' ]
},
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