Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-06 13:08:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-06 13:09:33 +0300
commit08bf1c9de74ad0d6e502d767b603cc2dffae781d (patch)
treecc8bd5073162c6d58cf13efe77e20e4f0e6f44a8 /package.json
parentdf97235cae23398d16ce9b40a7b2f405c1229c1e (diff)
Add alignment as formatting option in text editor
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index de0f7c58c..76959ca84 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
},
"dependencies": {
"@bundle-analyzer/webpack-plugin": "^0.5.1",
+ "@ckeditor/ckeditor5-alignment": "^16.0.0",
"@ckeditor/ckeditor5-basic-styles": "^16.0.0",
"@ckeditor/ckeditor5-block-quote": "^16.0.0",
"@ckeditor/ckeditor5-build-balloon": "^16.0.0",