committed by
GitHub
parent
ba1cde4e01
commit
c55d1f912f
@ -33,12 +33,21 @@ For common options, see [Common widget options](/docs/widgets#common-widget-opti
|
||||
|
||||
## Example
|
||||
|
||||
<CodeTabs>
|
||||
```yaml
|
||||
name: body
|
||||
label: Blog post content
|
||||
widget: markdown
|
||||
```
|
||||
|
||||
```js
|
||||
name: 'body',
|
||||
label: 'Blog post content',
|
||||
widget: 'markdown',
|
||||
```
|
||||
|
||||
</CodeTabs>
|
||||
|
||||
This would render as:
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user