-2

I am trying to insert a web-item into top level menu section.

    <web-item key="googleLink" section="system.top.navigation.bar" weight="40">
        <label key="GOOGLE" />
        <link linkId="GoogleId">http://google.com</link>
    </web-item>

where is this section defined: system.top.navigation.bar? So I know which sections I can use in system?

TylerH
  • 20,799
  • 66
  • 75
  • 101

2 Answers2

0

I think the page on Web Fragments is what you're looking for.

Wheeler
  • 454
  • 5
  • 17
0

use section="index.links" or try for different location: section="system.admin/general",section="header.links" or section="footer.links".

Ashwani Verma
  • 39
  • 1
  • 11