Section definition in Atlassian RefApp?

133 views Asked by At

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?

2

There are 2 answers

0
Wheeler On

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

0
Ashwani Verma On

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