system
The system
object contains following attributes:
Object Fields
Field | Data Type | Description |
---|---|---|
system.static_asset_root | String | Returns the root path for static assets. |
system.image_cache_proxy | String | Returns the url for cache proxy (google api), only used in site logo now |
Code Example
<a href="" target="_blank">
<img src="{{ system.static_asset_root }}/footer/card_{{ payment_type }}.png" height="40">
</a>
Updated about 1 year ago