-
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.
[UIPG] Update UIPG to support UIAD Assignment (#583)
Co-authored-by: Michael Schneider <[email protected]>
- Loading branch information
1 parent
0ba5d2b
commit fcf72c5
Showing
5 changed files
with
291 additions
and
256 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
143 changes: 143 additions & 0 deletions
143
file-formats/uipg/examples/z_aff_example_uipg.uipg.json
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 |
---|---|---|
@@ -0,0 +1,143 @@ | ||
{ | ||
"formatVersion": "1", | ||
"header": { | ||
"originalLanguage": "en", | ||
"description": "Example Page Template (DT Tool Test)", | ||
"abapLanguageVersion": "standard" | ||
}, | ||
"generalInformation": { | ||
"title": "Example Page Template (RT Tool Test)", | ||
"mergeId": "MY_MERGE_ID" | ||
}, | ||
"sections": [ | ||
{ | ||
"id": "SECTION_1", | ||
"title": "Section with different Visualization Types based on LADI Assignments", | ||
"visualizations": [ | ||
{ | ||
"id": "SECTION_1_ITEM_1", | ||
"ladiAssignment": { | ||
"ladiId": "Z_LADI_ID_1", | ||
"tileId": "Z_LADI_ID_1_TILE" | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_1_ITEM_2", | ||
"type": "ladiAssignment", | ||
"displayFormat": "wide", | ||
"ladiAssignment": { | ||
"ladiId": "Z_LADI_ID_2", | ||
"tileId": "Z_LADI_ID_2_TILE" | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_1_ITEM_3", | ||
"type": "ladiAssignment", | ||
"displayFormat": "link", | ||
"ladiAssignment": { | ||
"ladiId": "Z_LADI_ID_3", | ||
"tileId": "Z_LADI_ID_3_TILE" | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_1_ITEM_4", | ||
"type": "ladiAssignment", | ||
"displayFormat": "flat", | ||
"ladiAssignment": { | ||
"ladiId": "Z_LADI_ID_4", | ||
"tileId": "Z_LADI_ID_4_TILE" | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_1_ITEM_5", | ||
"type": "ladiAssignment", | ||
"displayFormat": "flatWide", | ||
"ladiAssignment": { | ||
"ladiId": "Z_LADI_ID_5", | ||
"tileId": "Z_LADI_ID_5_TILE" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "SECTION_2", | ||
"title": "Section with different Visualization Types based on Tile Assignments", | ||
"visualizations": [ | ||
{ | ||
"id": "SECTION_2_ITEM_1", | ||
"type": "tileAssignment", | ||
"tileAssignment": { | ||
"tileKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TILE_ID_1" | ||
}, | ||
"targetMappingKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TM_ID_1" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_2_ITEM_2", | ||
"type": "tileAssignment", | ||
"displayFormat": "wide", | ||
"tileAssignment": { | ||
"tileKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TILE_ID_2" | ||
}, | ||
"targetMappingKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TM_ID_2" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_2_ITEM_3", | ||
"type": "tileAssignment", | ||
"displayFormat": "link", | ||
"tileAssignment": { | ||
"tileKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TILE_ID_3" | ||
}, | ||
"targetMappingKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TM_ID_3" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_2_ITEM_4", | ||
"type": "tileAssignment", | ||
"displayFormat": "flat", | ||
"tileAssignment": { | ||
"tileKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TILE_ID_4" | ||
}, | ||
"targetMappingKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TM_ID_4" | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "SECTION_2_ITEM_5", | ||
"type": "tileAssignment", | ||
"displayFormat": "flatWide", | ||
"tileAssignment": { | ||
"tileKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TILE_ID_5" | ||
}, | ||
"targetMappingKey": { | ||
"catalogId": "Z_CATALOG_ID", | ||
"id": "TM_ID_5" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
172 changes: 0 additions & 172 deletions
172
file-formats/uipg/examples/z_page_template_example.uipg.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.