You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 8 Next »
A service catalog page contains:
These widgets interact with each other due to the server and client logic.
The page references the dedicated portal node with the following attributes:
You can configure this page in different ways:
These settings should be defined in the Portal Node (portal_node) record binding the catalog record with the portal record.
The service catalog page looks as shown on the screenshot below:
The screenshot legend:
To configure breadcrumbs, use the attribute values as in the example below. Type these values in the Template field of the <breadcrumbs> widget form:
<div class="portal__breadcrumbs"> <breadcrumbs> </div>
To configure a sidemenu widget, use the example below as a template:
<div class="portal__side-menu__tag"> <SideMenu parentsDepth="0" childrenDepth="5" includeCategories="1" includeItems="1">\ </SideMenu> </div>
To configure this widget, use the example below as a template:
<Category categorySubject="subject" categoryDescription="description" categoryIcon="image" itemSubject="subject" itemDescription="description" itemIcon="image" date="sys_created_at" user="sys_created_by"> </Category>