How to avoid duplicate web sections across apps

Hello Community,

I have been trying to avoid duplicate web-sections in confluence admin settings for our apps.
We have added one web section across all our apps and web item for each app to configre the particular app configuration.
Problem is, found duplicate web section in the setting. Below is my config in descriptor file:

"webSections": [
            {
              "location": "system.admin",
              "weight": xxx,
              "name": {
                "value": "XXXXXX Configuration"
              },
              "key": "xxxx-xxxx-xxxx"
            }
        ],
        "webItems": [
            {
              "location": "system.admin/xxxx-xxxx-xxxx",
              "weight": xxx,
              "styleClasses": [
                "webitem",
                "system-present-webitem"
              ],
              "url": "/plugins/servlet/ac/xxx.xxx.xxxx.xxxxx.xxxx/xxxxx-configuration",
              "context": "product",
              "target": {
                "type": "page"
              },
              "tooltip": {
                "value": "Xxxxxx xxxx Configuration"
              },
              "name": {
                "value": "XXXXX"
              },
              "key": "xxx-xxxxx-xxxx-configure"
            }
        ],

Please help me with this.

Thanks in Advance

1 Like

Anybody came across the same issue? or anybody know how to resolve it?