What is the native replacement for the Toolkit's breadcrumb code?
Code:
<mvt:item name="toolkit" param="breadcrumb|bc_total_count|g.Category_Code"/> <mvt:foreach iterator="breadcrumb" array="breadcrumbs"> <!-- output each breadcrumb --> </mvt:foreach>
Comment