Renders a "widget" which plugins can decorate.
Usage
<render-widget
name="asset-name"
:context="{ asset }"
>{{ asset.attributes.name }}</render-widget>
Props
Name | Type | Default value | Required? | Description |
---|---|---|---|---|
name |
String | - | Yes | the name of the widget |
context |
Object | - | Yes | the context to be passed to any widget decorate plugins |