{
"_version": "1.8.0",
"sap.app": {
"id": "flightcrud.comp2",
"type": "component",
"embeddedBy": "../",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "1.0.0"
},
"title": "{{compTitle}}",
"description": "{{compDescription}}"
},
"sap.ui": {
"technology": "UI5",
"icons": {
"icon": "",
"favIcon": "",
"phone": "",
"phone@2": "",
"tablet": "",
"tablet@2": ""
},
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
},
"supportedThemes": [
"sap_fiori_3"
]
},
"sap.ui5": {
"rootView": {
"viewName": "flightcrud.Comp2.view.Detail",
"type": "XML",
"async": true,
"id": "Detail"
},
"resources": {
"js": [],
"css": []
},
"dependencies": {
"minUI5Version": "1.96.1",
"libs": {
"sap.ui.core": {
"lazy": false
},
"sap.m": {}
},
"components": {}
},
"models": {
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"uri": "i18n/i18n.properties"
}
},
"contentDensities": {
"compact": true,
"cozy": true
},
"routing": {
"config": {
"routerClass": "sap.m.routing.Router",
"viewType": "XML",
"async": true,
"viewPath": "flightcrud.Comp2.view",
"controlAggregation": "pages",
"controlId": "app",
"clearControlAggregation": true
},
"routes": [
{
"name": "App",
"pattern": "",
"target": [
"App"
]
}
],
"targets": {
"App": {
"viewName": "Detail"
}
}
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |