From 324ce85a181815e2fff6da9a4c7abda989aeeb3b Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 1 Jun 2025 04:22:39 +0100 Subject: Update SCHEMA.md to support align property --- SCHEMA.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SCHEMA.md b/SCHEMA.md index 0e0da82..1d2e4e2 100644 --- a/SCHEMA.md +++ b/SCHEMA.md @@ -162,8 +162,10 @@ Textareas require no additional configuration. ```js { - // OPTIONAL: Additional text to place below the section header + // REQUIRED: Additional text to place below the section header "text": "This section will quiz you on A, B and C" + // OPTIONAL: Alignment of the section text (default: center, other options: left) + "align": "center" } ``` -- cgit v1.2.3