Remove "Apps" label from JSM forge app

Hi,

I’m developing a Jira Service Management portal request detail panel using Custom UI and I have a question is it possible to remove the “Apps” label that looks like a header to whole portal request detail panel.

For example I have two elements in my jiraServiceManagement:portalRequestDetailPanel

jiraServiceManagement:portalRequestDetailPanel:
    - key: xjsm-reporter-customfilepicker-report-incident-portal-request-machines-panel
      resource: machinesPanel
      resolver:
        function: resolver
      title: Linked machines
    - key: xjsm-reporter-customfilepicker-report-incident-portal-request-incidents-panel
      resource: incidentsPanel
      resolver:
        function: resolver
      title: Incidents

It must be possible somehow, as when I tested some markeplace app that extends the portal functionality, it’s being shown without the “Apps” header.

Is it because my app is in the Development state?