Skip to content

Instantly share code, notes, and snippets.

@IOZ
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IOZ/bedbf15c0572170353d0 to your computer and use it in GitHub Desktop.
Save IOZ/bedbf15c0572170353d0 to your computer and use it in GitHub Desktop.
xml tags descriptions
<!-- CACHE
------------------------------------------------>
<iscache type="relative" hour="24"/>
type:
- relative
hour - cache lifetime in hours
minute - cache lifetime in minutes
<!-- DECORATOR
------------------------------------------------>
<!-- CONTENT
------------------------------------------------>
<iscontent type="text/html" charset="UTF-8" compact="true"/>
type - page type(html, text, xml, json ...)
charset - document charset
compact - true | false - compress html
<iscontentasset aid="footer-copy"/>
aid - unique id of content asset
<!-- SLOT
------------------------------------------------>
<isslot id="slot-id"
description="descrition for BM"
context="category"
context-object="${pdict.ProductSearchResult.category}"/>
context - view context (global, category, folder).
context-object - get category context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment