summaryrefslogtreecommitdiffstats
path: root/distribution/src/main/assembly/ext-activities-display-info.json
blob: 72056a5dac5b3c62f136980f1104789d7961c4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "nodes": {
        "apds_script": {
        },
        "apds_service": {
        },
        "apds_scriptA": {
            "category": "aaa"
        },
        "apds_scriptB": {
            "category": "aaa"
        },
        "apds_serviceA": {
            "category": "aaa"
        },
        "apds_serviceB": {
            "category": "aaa"
        }
    },
    "categoryData": {
        "aaa": {
            "displayName": {
                "zh_CN": "扩展任务",
                "en_US": "Extension Task"
            },
            "collapse": true
        }
    }
}