Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
upsmf-common-form-elements-portal
Commits
d1095a2b
Commit
d1095a2b
authored
3 years ago
by
Vaibhav
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-24915 fix: added text alignment module in the CKeditor5
parent
5617ee9c
snyk-upgrade-f42e30417b693e2eb5ca260d9cbfc5b9
master
release-4.10.1
release-4.3.0
release-4.4.0
release-4.5.0
release-4.6.0
release-4.7.0
release-4.8.0
release-4.9.0
release-5.0.0
release-5.0.1
release-5.1.0_v10
release-5.1.0_v11
release-5.1.0_v12
release-6.0.0_v13
release-6.0.0_v13-mobile
release-6.0.0_v14
revert-117-tag-input
revert-119-hotfix/edit-details
revert-94-tag-input
snyk-fix-bb6706a537ba2f5a29d4d0c4ea441193
snyk-upgrade-12c917ac8d79f5e72ebd71b7407f6ac6
snyk-upgrade-39fee69ffac9d0a0df5d5d24424777d8
snyk-upgrade-822eb34879b2fea17e28fad6b3e6a789
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/common-form-elements/src/lib/dynamic-richtext/dynamic-richtext.component.ts
+4
-1
...ts/src/lib/dynamic-richtext/dynamic-richtext.component.ts
with
4 additions
and
1 deletion
+4
-1
projects/common-form-elements/src/lib/dynamic-richtext/dynamic-richtext.component.ts
+
4
−
1
View file @
d1095a2b
...
...
@@ -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
:
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets