We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6dfc6 commit 324ce85Copy full SHA for 324ce85
SCHEMA.md
@@ -162,8 +162,10 @@ Textareas require no additional configuration.
162
163
```js
164
{
165
- // OPTIONAL: Additional text to place below the section header
+ // REQUIRED: Additional text to place below the section header
166
"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"
169
}
170
```
171
0 commit comments