-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4af2a66
commit 6b0c788
Showing
1 changed file
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
{ | ||
"formatVersion": "1", | ||
"header": { | ||
"description": "UIAD Title", | ||
"originalLanguage": "en" | ||
"formatVersion": "1", | ||
"header": { | ||
"description": "UIAD Title", | ||
"originalLanguage": "en" | ||
}, | ||
"generalInformation": { | ||
"information": "UIAD Information", | ||
"catalogId": "/UI2/FLP_DEMO_BC1_TEST", | ||
"transaction": "F1234", | ||
"fioriId": "F1234", | ||
"supportComponent": "CA-FLP-FE-UI", | ||
"defaultTile": "3WO90XZ1DX19DA1UD5RDXQXWK" | ||
}, | ||
"appDetails": { | ||
"appType": "ui5", | ||
"ui5": { | ||
"appId": "sap.ushell.demo.NavigationSample", | ||
"icfPath": "/sap/bc/ui5_ui5/ui2/navigationsample" | ||
} | ||
}, | ||
"navigation": { | ||
"targetMappingId": "3WO90XZ1DX1AO4ON8E556YJ10", | ||
"supportedDeviceTypes": { | ||
"desktop": true, | ||
"tablet": true, | ||
"phone": true | ||
}, | ||
"generalInformation": { | ||
"information": "UIAD Information", | ||
"catalogId": "/UI2/FLP_DEMO_BC1_TEST", | ||
"transaction": "F1234", | ||
"fioriId": "F1234", | ||
"supportComponent": "CA-FLP-FE-UI", | ||
"defaultTile": "3WO90XZ1DX19DA1UD5RDXQXWK" | ||
}, | ||
"appDetails": { | ||
"appType": "ui5", | ||
"ui5": { | ||
"appId": "sap.ushell.demo.NavigationSample", | ||
"icfPath": "/sap/bc/ui5_ui5/ui2/navigationsample" | ||
} | ||
}, | ||
"navigation": { | ||
"targetMappingId": "3WO90XZ1DX1AO4ON8E556YJ10", | ||
"supportedDeviceTypes": { | ||
"desktop": true, | ||
"tablet": true, | ||
"phone": true | ||
}, | ||
"semanticObject": "BusinessPartner", | ||
"action": "manage" | ||
}, | ||
"tiles": [ | ||
{ | ||
"id": "3WO90XZ1DX19DA1UD5RDXQXWK", | ||
"tileType": "static", | ||
"standard": { | ||
"title": "Tile Title", | ||
"subtitle": "Tile Subtitle", | ||
"information": "Tile Information", | ||
"keywords": "Tile Keywords", | ||
"icon": "sap-icon://ai" | ||
} | ||
"semanticObject": "BusinessPartner", | ||
"action": "manage" | ||
}, | ||
"tiles": [ | ||
{ | ||
"id": "3WO90XZ1DX19DA1UD5RDXQXWK", | ||
"tileType": "static", | ||
"standard": { | ||
"title": "Tile Title", | ||
"subtitle": "Tile Subtitle", | ||
"information": "Tile Information", | ||
"keywords": "Tile Keywords", | ||
"icon": "sap-icon://ai" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |