The <sidemenu> tag allows adding a side menu.
The following attributes are applicable:
Attribute | Type | Mandatory | Description |
---|---|---|---|
parentsDepth | Integer | Y | Specify the depth of the parent category. |
childrenDepth | Integer | Y | Specify the depth of the child categories. |
includeCategories | Boolean | N | Enable including categories in the side menu. |
includeItems | Boolean | N | Enable including items into the side menu. |
<SideMenu parentsDepth="1" childrenDepth="1" includeCategories="1" includeItems="1">\ </SideMenu> |