Skip to content

Commit

Permalink
Fixed indentation of example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbruchsap committed Feb 15, 2024
1 parent 4af2a66 commit 6b0c788
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions file-formats/uiad/examples/z_ui5_sample_app.uiad.json
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"
}
]
}
}
]
}

0 comments on commit 6b0c788

Please sign in to comment.