store.categoryListWrap

Available Since: V1.2.4

Store chunk to wrap and format the category list.

<ul class="row [[+class]]">
	[[+cats]]
</ul>

Placeholder Description
class The class given by the css parameter in the snippet call.
cats The list of categories, the list is formatted by the itemTpl chunk.




TOP