Update markdown widget documentation

This commit is contained in:
Damien Duhamel 2018-04-14 12:57:12 +02:00 committed by Shawn Erquhart
parent 79f6672228
commit 32a340e608

View File

@ -14,7 +14,7 @@ The markdown widget provides a full fledged text editor - which is based on [sla
- **Data type:** markdown - **Data type:** markdown
- **Options:** - **Options:**
- `default`: accepts markdown content - `default`: accepts markdown content
- `buttons`: a list of string representing the buttons to display ('bold', 'italic', 'code', 'link', 'heading-one', 'heading-two', 'quote', 'code-block', 'bulleted-list', 'numbered-list'). If this options is missing, all the buttons are display. - `buttons`: an array of strings representing the formatting buttons to display, all buttons shown by default. Buttons include: `bold`, `italic`, `code`, `link`, `heading-one`, `heading-two`, `quote`, `code-block`, `bulleted-list`, and `numbered-list`.
- **Example:** - **Example:**
```yaml ```yaml