Remove unused editor config items
This commit is contained in:
@ -13,10 +13,6 @@ The markdown widget provides a full fledged text editor allowing users to format
|
||||
* **Options:**
|
||||
|
||||
* `default`: accepts markdown content
|
||||
* `minimal`: accepts a boolean value, `false` by default. Sets the widget height to minimum possible.
|
||||
* `buttons`: an array of strings representing the formatting buttons to display (all shown by default). Buttons include: `bold`, `italic`, `code`, `link`, `heading-one`, `heading-two`, `heading-three`, `heading-four`, `heading-five`, `heading-six`, `quote`, `bulleted-list`, and `numbered-list`.
|
||||
* `editor_components`: an array of strings representing the names of editor components to display (all shown by default). Static CMS includes `image` and `code-block` editor components by default, and custom components may be [created and registered](/docs/custom-widgets/#registereditorcomponent).
|
||||
* `sanitize_preview`: accepts a boolean value, `false` by default. Sanitizes markdown preview to prevent XSS attacks - might alter the preview content.
|
||||
* **Example:**
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user