Skip to content

Commit c7f8efc

Browse files
add crossNav for FLP
1 parent b8287f3 commit c7f8efc

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

  • managed-html5-runtime-fiori-launchpad-mta/HTML5Module2/webapp

managed-html5-runtime-fiori-launchpad-mta/HTML5Module2/webapp/manifest.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
{
22
"_version": "1.12.0",
3+
"sap.cloud": {
4+
"public": true,
5+
"service": "cloud.service"
6+
},
37
"sap.app": {
48
"id": "com.sap.demo",
59
"type": "application",
610
"applicationVersion": {
711
"version": "0.0.1"
812
},
9-
"title": "{{appTitle}}",
10-
"description": "{{appDescription}}",
13+
"title": "Demo charts.js",
14+
"description": "Demo charts.js",
1115
"resources": "resources.json",
12-
"dataSources": {}
16+
"dataSources": {},
17+
"crossNavigation": {
18+
"inbounds": {
19+
"intent1": {
20+
"signature": {
21+
"parameters": {},
22+
"additionalParameters": "allowed"
23+
},
24+
"semanticObject": "Object",
25+
"action": "display",
26+
"title": "Demo charts.js",
27+
"info": "Demo charts.js",
28+
"subTitle": "Demo charts.js",
29+
"icon": "sap-icon://account"
30+
}
31+
}
32+
}
1333
},
1434
"sap.ui": {
1535
"technology": "UI5",

0 commit comments

Comments
 (0)