Media
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
"testMedia": {
"type": "object",
"default": {}
},import {
TwebBlockMedia,
} from '@tigriweb/components/controls';<TwebBlockMedia
name="testMedia"
size="thumbnail"
{...{ attributes, setAttributes }}
/>/**
* @param {object} value - Object representing the media content.
*/{ attributes.testMedia.url && (
<div className="custom-image">
<TwebBlockMedia.Content
value={ attributes.testMedia }
/>
</div>
) }