summaryrefslogtreecommitdiffstats
path: root/distribution/src/main/assembly/ext-activities-display-info.json
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2018-04-12 14:02:50 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2018-04-12 14:02:50 +0800
commitd447c76fe62dbbb39e6a2d6f2a2bcb53fc53d01e (patch)
treee23b1cb1ef62fdebc02f08c076f6dc2c7da10819 /distribution/src/main/assembly/ext-activities-display-info.json
parentda8c367fc069efd35d3e8e0aabeea8fc78c8036c (diff)
Fixed the format issue in the sample
Replace unsuitable name of extend activities. Updata display information for extend activities. Issue-ID: SDC-1210 Change-Id: Ic038cac340d877947d21c9dc6f1d792c94e9fee7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'distribution/src/main/assembly/ext-activities-display-info.json')
-rw-r--r--distribution/src/main/assembly/ext-activities-display-info.json75
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