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"