placeholder_svg_tag
Produces an HTML <svg> tag for a specified placeholder name.
Acceptable placeholder names include:
collection-1collection-2collection-3collection-4collection-5collection-6imagelifestyle-1lifestyle-2product-1product-2product-3product-4product-5product-6
Parameters
name{String}: The placeholder name. This parameter is required.[custom-class]{String}: A custom class. This parameter is optional.returns{String}: The HTML<svg>string.
Usage
{{ placeholder_svg_tag name [custom-class] }}
Example
{{ placeholder_svg_tag 'image' 'my-custom-class' }}
Was this article helpful to you?