FrontendExternalMenu

ExternalFrontend::Menu###Bottom

Bottom menu item registration for the external interface. Additional menu links are defined by adding new items and specifying their parameters. “Group” and “GroupRo” arrays can be used to limit display of the links to members of certain groups with RW and RO permissions respectively. “Name” defines the displayed link text and “Description” will be shown in a tooltip on hover. “Link” is meant for an application route path or a link to an external site. Please note you can only define one of them at the time. “IsPublic” defines if the link will be shown to unauthenticated users and in case this is set to “1”, “Group” and “GroupRo” parameters will be ignored. “Target” will define link’s target attribute, please use “_blank” for opening in a new tab. “Prio” determines the order of the links, with smaller numbers displayed first.

Default value:

---
- Description: Knowledge base.
  Group: []
  GroupRo: []
  IsPublic: '1'
  Link: /knowledge-base
  Name: Knowledge Base
  Prio: '100'
  Target: ''
- Description: Service catalog.
  Group: []
  GroupRo: []
  IsPublic: '0'
  Link: /service-catalogue
  Name: Service Catalog
  Prio: '200'
  Target: ''
- Description: Privacy policy example.
  Group: []
  GroupRo: []
  IsPublic: '1'
  Link: /c/privacy-policy-example
  Name: Privacy Policy Example
  Prio: '300'
  Target: ''
- Description: Imprint example.
  Group: []
  GroupRo: []
  IsPublic: ''
  Link: /c/imprint-example
  Name: Imprint Example
  Prio: '400'
  Target: ''
- Description: Copyright notice.
  Group: []
  GroupRo: []
  IsPublic: '1'
  Link: https://otrs.com
  Name: Copyright (C) OTRS AG
  Prio: '500'
  Target: ''

ExternalFrontend::Menu###Main

Main menu item registration for the external interface. Additional menu links are defined by adding new items and specifying their parameters. “Group” and “GroupRo” arrays can be used to limit display of the links to members of certain groups with RW and RO permissions respectively. “Name” defines the displayed link text and “Description” will be shown in a tooltip on hover. “Link” is meant for an application route path or a link to an external site. Please note you can only define one of them at the time. “IsPublic” defines if the link will be shown to unauthenticated users and in case this is set to “1”, “Group” and “GroupRo” parameters will be ignored. “Target” will define link’s target attribute, please use “_blank” for opening in a new tab. “Prio” determines the order of the links, with smaller numbers displayed first.

Default value:

---
- Description: Knowledge base.
  Group: []
  GroupRo: []
  IsPublic: '1'
  Link: /knowledge-base
  Name: Knowledge Base
  Prio: '100'
  Target: ''
- Description: Service catalog.
  Group: []
  GroupRo: []
  IsPublic: '0'
  Link: /service-catalogue
  Name: Service Catalog
  Prio: '200'
  Target: ''
- Description: Custom link 2.
  Group: []
  GroupRo: []
  IsPublic: '1'
  Link: /error
  Name: Custom Link 2
  Prio: '300'
  Target: ''
- Description: Custom link 3.
  Group: []
  GroupRo: []
  IsPublic: ''
  Link: /ticket/overview
  Name: Custom Link 3
  Prio: '400'
  Target: ''

ExternalFrontend::Menu###Top

Top menu item registration for the external interface. Additional menu links are defined by adding new items and specifying their parameters. “Group” and “GroupRo” arrays can be used to limit display of the links to members of certain groups with RW and RO permissions respectively. “Name” defines the displayed link text and “Description” will be shown in a tooltip on hover. “Link” is meant for an application route path or a link to an external site. Please note you can only define one of them at the time. “IsPublic” defines if the link will be shown to unauthenticated users and in case this is set to “1”, “Group” and “GroupRo” parameters will be ignored. “Target” will define link’s target attribute, please use “_blank” for opening in a new tab. “Prio” determines the order of the links, with smaller numbers displayed first.

Default value:

---
- Description: Custom link 1.
  Group: []
  GroupRo: []
  IsPublic: '1'
  Link: /home
  Name: Custom Link 1
  Prio: '100'
  Target: ''
Scroll to Top