aboutsummaryrefslogtreecommitdiffstats
path: root/SCHEMA.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-06-01 04:22:39 +0100
committerGravatar Joe Banks <[email protected]>2025-06-01 04:22:39 +0100
commit324ce85a181815e2fff6da9a4c7abda989aeeb3b (patch)
treeba96fc4339591b6cc9fe589e4a6fe0634f781656 /SCHEMA.md
parentruff format (diff)
Update SCHEMA.md to support align property
Diffstat (limited to '')
-rw-r--r--SCHEMA.md4
1 files changed, 3 insertions, 1 deletions
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"
}
```