From 5d0032cb13b5ae64368424ad45b7e2deb05954a3 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 27 Mar 2024 23:34:57 +0100 Subject: [PATCH] docs: update schema.json --- schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 8c089ef..d455b3e 100644 --- a/schema.json +++ b/schema.json @@ -88,7 +88,8 @@ "description": "The alignment of the text. The default value is justified.", "enum": [ "left-aligned", - "justified" + "justified", + "justified-with-no-hyphenation" ], "title": "Text Alignment", "type": "string" @@ -1117,7 +1118,8 @@ "description": "The alignment of the text. The default value is justified.", "enum": [ "left-aligned", - "justified" + "justified", + "justified-with-no-hyphenation" ], "title": "Text Alignment", "type": "string"