AssetLink
Type: function
Returns HTML anchor tag for the asset in context. For example, if the URL of the asset is "http://example.com/image.jpg", the tag returns "<href="http://example.com/image.jpg">image.jpg</a>.
Attributes
new_window: Specifies if the tag generates 'target="_blank"' attribute to the anchor tag. Defaults to "0".
Example
<mt:AssetLink />

Leave a note