diff options
author | 2025-06-01 04:22:39 +0100 | |
---|---|---|
committer | 2025-06-01 04:22:39 +0100 | |
commit | 324ce85a181815e2fff6da9a4c7abda989aeeb3b (patch) | |
tree | ba96fc4339591b6cc9fe589e4a6fe0634f781656 /SCHEMA.md | |
parent | ruff format (diff) |
Update SCHEMA.md to support align property
Diffstat (limited to '')
-rw-r--r-- | SCHEMA.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" } ``` |