In atlassian-connect I want to add page to sidenav without heading (like General configuration in the bottom image).
I want to add a page to system.top.navigation.bar and on which, after entering, a sidenav will appear with a link to the "Example general page" but without the header (like General configuration as in the image below).
My atlassian-connect looks like:
"generalPages": [
{
"key": "example-general-page",
"location": "web-item-top-navigation",
"name": {
"value": "Example general page"
},
"url": "/example",
}
],
"webItems": [
{
"key": "example-web-item",
"location": "system.top.navigation.bar",
"name": {
"value": "Example web item"
},
"url": "/example"
}
],
"webSections": [
{
"key": "example-web-section",
"location": "example-web-item",
"weight": 10,
"name": {
"value": ""
}
},
I added web section, because without it sidenav didn't show at all. I set name to "" to not show heading, but I'm not satisfied with this solution because empty heading has some margin.
Some scripting using an App may help you get the results you are looking for.
Please check the Atlassian Marketplace .
https://marketplace.atlassian.com
Best,
Fadoua
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.