From a6413707d3945a19c540f7fd4a9fa55d336d26ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?benjamin=20melan=C3=A7on?= <ben@agaric.coop>
Date: Sat, 22 Feb 2025 00:42:37 -0500
Subject: [PATCH] Add alignment button to full HTML text format #134

---
 config/sync/editor.editor.full_html.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml
index 2bc15e4..f78098b 100644
--- a/config/sync/editor.editor.full_html.yml
+++ b/config/sync/editor.editor.full_html.yml
@@ -18,6 +18,7 @@ settings:
       - superscript
       - subscript
       - removeFormat
+      - alignment
       - footnotes
       - link
       - bulletedList
@@ -29,6 +30,11 @@ settings:
       - showBlocks
       - sourceEditing
   plugins:
+    ckeditor5_alignment:
+      enabled_alignments:
+        - center
+        - left
+        - right
     ckeditor5_heading:
       enabled_headings:
         - heading2