You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Generally, a knowledge base page consists of the following elements:

  1. The <breadcrumbs> widget that allows navigating within the Portal pages structure.
  2. The <sidemenu> widget that allows adding a sidemenu.
  3. The 

These widgets interact with each other.

Breadcrumbs widget configuration


To configure breadcrumbs correctly, it is preferable to use the attribute values as in the example below (type these values in the Template field of the <breadcrumbs> widget form):

breadcrumbs
<div class="portal__breadcrumbs customized">
  <breadcrumbs>
</div>

After that, you can define the breadcrumbs view in the CSS field of this form:

Breadcrumbs CSS
.customized {
   background: #FFFFFF;
  padding: 9px 0px 8px 16px;
}

Sidemenu widget configuration


To configure a sidemenu widget, it is preferable to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:

Sidemenu
<SideMenu
parentsDepth="1"
childrenDepth="1"
   includeCategories="1"
   includeItems="1">\
</SideMenu>

SOMETHING



  • No labels