I have a custom app in which I've added an admin webSection called "Test app". This is a snippet from my atlassian-connect.json file:
"webSections": [ { "location": "system.admin", "name": { "value": "Test app" }, "key": "test-app", }, ]
"modules": { "adminPages": [ { "key": "test-app", "name": { "value": "Browse" }, "location": "system.admin/test-app" }
]
}
Is there any way I can disable or hide the heading shown at the top of the page?
The Jira equivalent of this is admin_plugins_menu and if you use that, it does not display the heading for every page. That's what I need.