Components
Header Menu Content

Configuring Header Menu Content

In this section we are going to configure the elements of Header Menu right side menu. header-menu-content

The elements and its visibility are configure through packages/app/bundles/custom/menu.tsx. To modify/add elements of this menu you have modify the previous file. The structure of element is the following:

    { label: "Profile", path: "/profile", visibility: session => session.loggedIn }
PropertyDescription
labelMenu label name
pathPath to redirect when click on element
visibilityControls the visibility of the item