aboutsummaryrefslogtreecommitdiffstats
path: root/SCHEMA.md
diff options
context:
space:
mode:
Diffstat (limited to 'SCHEMA.md')
-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"
}
```