Hello All,
is there a way to hide specific Menus like “Solutions’ or Service Catalog” in the header of the portal.
What is “menuitems” refering to in the following Header code..
<ul class="topbar__tab-menu">
{{#each menuitems as |menu|}}
<li class="topbar__tab-item">
<a class="topbar__tab-link topbar__link {{menu.class}}" href="{{menu.url}}" {{#if menu.external_image}} target="_blank" {{/if}}>
{{menu.text}}
</a>
</li>
{{/each}}
</ul>
Thanks for your help !