diff options
Diffstat (limited to 'distribution/src/main/assembly/ext-activities-display-info.json')
-rw-r--r-- | distribution/src/main/assembly/ext-activities-display-info.json | 75 |
1 files changed, 32 insertions, 43 deletions
diff --git a/distribution/src/main/assembly/ext-activities-display-info.json b/distribution/src/main/assembly/ext-activities-display-info.json index d6817db2..8a5e10af 100644 --- a/distribution/src/main/assembly/ext-activities-display-info.json +++ b/distribution/src/main/assembly/ext-activities-display-info.json @@ -1,45 +1,34 @@ { - "nodes": { - "apds_script": {}, - "apds_service": {}, - "apds_rest": {}, - "apds_scriptA": { - "category": "aaa" - }, - "apds_scriptB": { - "category": "aaa" - }, - "apds_serviceA": { - "category": "bbb" - }, - "apds_restA": { - "category": "ccc" - }, - "apds_restB": { - "category": "ccc" - } - }, - "categoryData": { - "aaa": { - "displayName": { - "zh_CN": "扩展脚本任务", - "en_US": "Extension Script Task" - }, - "collapse": true - }, - "bbb": { - "displayName": { - "zh_CN": "扩展Service任务", - "en_US": "Extension Service Task" - }, - "collapse": true - }, - "ccc": { - "displayName": { - "zh_CN": "扩展REST任务", - "en_US": "Extension REST Service Task" - }, - "collapse": true - } - } + "nodes": { + "apds_script": { + }, + "apds_service": { + }, + "apds_rest": { + }, + "apds_scriptA": { + "category": "aaa" + }, + "apds_scriptB": { + "category": "aaa" + }, + "apds_serviceA": { + "category": "aaa" + }, + "apds_restA": { + "category": "aaa" + }, + "apds_restB": { + "category": "aaa" + } + }, + "categoryData": { + "aaa": { + "displayName": { + "zh_CN": "扩展任务", + "en_US": "Extension Task" + }, + "collapse": true + } + } }
\ No newline at end of file |