|
| 1 | +{ |
| 2 | + "_version": "1.29.0", |
| 3 | + "sap.app": { |
| 4 | + "id": "star.wars.show", |
| 5 | + "type": "application", |
| 6 | + "i18n": "i18n/i18n.properties", |
| 7 | + "applicationVersion": { "version": "1.0.0" }, |
| 8 | + "title": "{{appTitle}}", |
| 9 | + "description": "{{appDescription}}", |
| 10 | + "dataSources": { |
| 11 | + "mainService": { |
| 12 | + "uri": "/odata/v4/StarWarsShow/", |
| 13 | + "type": "OData", |
| 14 | + "settings": { "odataVersion": "4.0" } |
| 15 | + } |
| 16 | + }, |
| 17 | + "offline": false, |
| 18 | + "resources": "resources.json" |
| 19 | + }, |
| 20 | + "sap.ui": { |
| 21 | + "technology": "UI5", |
| 22 | + "deviceTypes": { "desktop": true, "tablet": true, "phone": true } |
| 23 | + }, |
| 24 | + "sap.ui.generic.app": { |
| 25 | + "settings": { |
| 26 | + "objectPageHeaderType": "Dynamic", |
| 27 | + "showDraftToggle": true |
| 28 | + } |
| 29 | + }, |
| 30 | + "sap.ui5": { |
| 31 | + "flexEnabled": true, |
| 32 | + "config": { "experimentalCAPScenario": true }, |
| 33 | + "resources": { "js": [], "css": [] }, |
| 34 | + "dependencies": { |
| 35 | + "minUI5Version": "1.76.0", |
| 36 | + "libs": { "sap.ui.core": {}, "sap.fe.templates": {} } |
| 37 | + }, |
| 38 | + "models": { |
| 39 | + "i18n": { |
| 40 | + "type": "sap.ui.model.resource.ResourceModel", |
| 41 | + "uri": "i18n/i18n.properties" |
| 42 | + }, |
| 43 | + "": { |
| 44 | + "dataSource": "mainService", |
| 45 | + "preload": true, |
| 46 | + "settings": { |
| 47 | + "synchronizationMode": "None", |
| 48 | + "operationMode": "Server", |
| 49 | + "autoExpandSelect": true, |
| 50 | + "earlyRequests": true |
| 51 | + } |
| 52 | + } |
| 53 | + }, |
| 54 | + "routing": { |
| 55 | + "routes": [ |
| 56 | + { |
| 57 | + "pattern": ":?query:", |
| 58 | + "name": "ShowList", |
| 59 | + "target": "ShowList" |
| 60 | + }, |
| 61 | + { |
| 62 | + "pattern": "Show({key}):?query:", |
| 63 | + "name": "ShowObjectPage", |
| 64 | + "target": "ShowObjectPage" |
| 65 | + }, |
| 66 | + { |
| 67 | + "pattern": "Show({key})/episodes({key2}):?query:", |
| 68 | + "name": "EpisodeObjectPage", |
| 69 | + "target": "EpisodeObjectPage" |
| 70 | + } |
| 71 | + ], |
| 72 | + "targets": { |
| 73 | + "ShowList": { |
| 74 | + "type": "Component", |
| 75 | + "id": "ShowList", |
| 76 | + "name": "sap.fe.templates.ListReport", |
| 77 | + "options": { |
| 78 | + "settings": { |
| 79 | + "initialLoad": "Enabled", |
| 80 | + "entitySet": "Show", |
| 81 | + "variantManagement": "Page", |
| 82 | + "navigation": { |
| 83 | + "Show": { "detail": { "route": "ShowObjectPage" } } |
| 84 | + }, |
| 85 | + "controlConfiguration": { |
| 86 | + "@com.sap.vocabularies.UI.v1.LineItem": { |
| 87 | + "tableSettings": { |
| 88 | + "type": "GridTable", |
| 89 | + "enableFullScreen": true, |
| 90 | + "personalization": { "column": true, "sort": true, "filter": true }, |
| 91 | + "enableExport": true |
| 92 | + } |
| 93 | + } |
| 94 | + } |
| 95 | + } |
| 96 | + } |
| 97 | + }, |
| 98 | + "ShowObjectPage": { |
| 99 | + "type": "Component", |
| 100 | + "id": "ShowObjectPage", |
| 101 | + "name": "sap.fe.templates.ObjectPage", |
| 102 | + "options": { |
| 103 | + "settings": { |
| 104 | + "entitySet": "Show", |
| 105 | + "navigation": { |
| 106 | + "episodes": { "detail": { "route": "EpisodeObjectPage" } } |
| 107 | + } |
| 108 | + } |
| 109 | + } |
| 110 | + }, |
| 111 | + "EpisodeObjectPage": { |
| 112 | + "type": "Component", |
| 113 | + "id": "EpisodeObjectPage", |
| 114 | + "name": "sap.fe.templates.ObjectPage", |
| 115 | + "options": { |
| 116 | + "settings": { |
| 117 | + "entitySet": "Episode" |
| 118 | + } |
| 119 | + } |
| 120 | + } |
| 121 | + } |
| 122 | + }, |
| 123 | + "contentDensities": { "compact": true, "cozy": true } |
| 124 | + }, |
| 125 | + "sap.fiori": { |
| 126 | + "_version": "1.1.0", |
| 127 | + "registrationIds": [], |
| 128 | + "archeType": "transactional" |
| 129 | + } |
| 130 | +} |
0 commit comments