Use an isHidden property

This commit is contained in:
Damien Duhamel
2018-04-13 19:50:01 +02:00
committed by Shawn Erquhart
parent 4ff56a1838
commit 79f6672228
3 changed files with 152 additions and 90 deletions

View File

@ -14,7 +14,7 @@ The markdown widget provides a full fledged text editor - which is based on [sla
- **Data type:** markdown
- **Options:**
- `default`: accepts markdown content
- `buttons`: a list of string representing the buttons to display ('bold', 'italic', 'code', 'link', 'heading-one', 'heading-two', 'quote', 'code', 'bulleted-list', 'numbered-list'). If this options is missing, all the buttons are display.
- `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.
- **Example:**
```yaml