Improved types and updated documentation (#71)

* v1.0.0-alpha44
This commit is contained in:
Daniel Lautzenheiser
2022-11-07 10:27:58 -05:00
committed by GitHub
parent ba1cde4e01
commit c55d1f912f
91 changed files with 3695 additions and 2546 deletions

View File

@ -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:
![Markdown widget example](/img/widgets-markdown.webp)