Skip to content

Commit 324ce85

Browse files
committed
Update SCHEMA.md to support align property
1 parent 3d6dfc6 commit 324ce85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SCHEMA.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ Textareas require no additional configuration.
162162

163163
```js
164164
{
165-
// OPTIONAL: Additional text to place below the section header
165+
// REQUIRED: Additional text to place below the section header
166166
"text": "This section will quiz you on A, B and C"
167+
// OPTIONAL: Alignment of the section text (default: center, other options: left)
168+
"align": "center"
167169
}
168170
```
169171

0 commit comments

Comments
 (0)