Matt C.
Well-known member
How would I get the category list block to expand on individual items? As you can see from the picture, I am putting the category list block on individual items, but they don't expand. I'm not sure if they're meant to.
I'm using the standard category list template code:
Thank you very much.
I'm using the standard category list template code:
Code:
<xf:page option="sideNavTitle">{{ phrase('ah_cx_codex_categories') }}</xf:page>
<xf:sidenav>
<xf:macro template="ah_cx_category_list_macros" name="list_block"
arg-categoryTree="{$categoryTree}"
arg-categoryExtras="{$categoryExtras}"
arg-selected="{$category.category_id}" />
</xf:sidenav>
Thank you very much.