Text item
Extends Item
Example
In the items option in the part
- JSON
- YAML
<course>/<part>/config.json
{
"name": "Text",
"type": "text",
"text": "Here you can write something. Markdown is supported!\n"
}
<course>/<part>/config.yml
name: Text
type: text
text: >
Here you can write something. Markdown is supported!
Options
Name | Type | Required | Since | Description |
---|---|---|---|---|
text | String (Markdown) | true | 0.1.0 | The current text which will be displayed as content of the current part item |