first commit
This commit is contained in:
124
webapp/manifest.json
Normal file
124
webapp/manifest.json
Normal file
@ -0,0 +1,124 @@
|
||||
{
|
||||
"_version": "1.65.0",
|
||||
"sap.app": {
|
||||
"id": "mvcapp00124",
|
||||
"type": "application",
|
||||
"i18n": "i18n/i18n.properties",
|
||||
"applicationVersion": {
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"title": "{{appTitle}}",
|
||||
"description": "{{appDescription}}",
|
||||
"resources": "resources.json",
|
||||
"sourceTemplate": {
|
||||
"id": "@sap/generator-fiori:basic",
|
||||
"version": "1.17.3",
|
||||
"toolsId": "4a8f3414-8cba-4741-abb8-b4eba97f9c60"
|
||||
},
|
||||
"dataSources": {
|
||||
"localJsonModel": {
|
||||
"uri": "model/flights.json",
|
||||
"type": "JSON"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sap.ui": {
|
||||
"technology": "UI5",
|
||||
"icons": {
|
||||
"icon": "",
|
||||
"favIcon": "",
|
||||
"phone": "",
|
||||
"phone@2": "",
|
||||
"tablet": "",
|
||||
"tablet@2": ""
|
||||
},
|
||||
"deviceTypes": {
|
||||
"desktop": true,
|
||||
"tablet": true,
|
||||
"phone": true
|
||||
}
|
||||
},
|
||||
"sap.ui5": {
|
||||
"flexEnabled": false,
|
||||
"dependencies": {
|
||||
"minUI5Version": "1.135.0",
|
||||
"libs": {
|
||||
"sap.m": {},
|
||||
"sap.ui.core": {},
|
||||
"sap.f": {},
|
||||
"sap.suite.ui.generic.template": {},
|
||||
"sap.ui.comp": {},
|
||||
"sap.ui.generic.app": {},
|
||||
"sap.ui.table": {},
|
||||
"sap.ushell": {}
|
||||
}
|
||||
},
|
||||
"contentDensities": {
|
||||
"compact": true,
|
||||
"cozy": true
|
||||
},
|
||||
"models": {
|
||||
"i18n": {
|
||||
"type": "sap.ui.model.resource.ResourceModel",
|
||||
"settings": {
|
||||
"bundleName": "mvcapp00124.i18n.i18n"
|
||||
}
|
||||
},
|
||||
"": {
|
||||
"type": "sap.ui.model.json.JSONModel",
|
||||
"dataSource": "localJsonModel"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"css": [
|
||||
{
|
||||
"uri": "css/style.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"config": {
|
||||
"routerClass": "sap.m.routing.Router",
|
||||
"controlAggregation": "pages",
|
||||
"controlId": "app",
|
||||
"transition": "slide",
|
||||
"type": "View",
|
||||
"viewType": "XML",
|
||||
"path": "mvcapp00124.view",
|
||||
"async": true,
|
||||
"viewPath": "mvcapp00124.view"
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"name": "home",
|
||||
"pattern": "",
|
||||
"target": "home"
|
||||
}, {
|
||||
"name": "flightList",
|
||||
"pattern": "flightList",
|
||||
"target": "flightList"
|
||||
}
|
||||
],
|
||||
"targets": {
|
||||
"home": {
|
||||
"viewId": "enter",
|
||||
"viewName": "enter",
|
||||
"controlId": "app",
|
||||
"viewLevel": 1
|
||||
},
|
||||
"flightList": {
|
||||
"viewId": "main",
|
||||
"viewName": "main",
|
||||
"controlId": "app",
|
||||
"viewLevel": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"rootView": {
|
||||
"viewName": "mvcapp00124.view.enter",
|
||||
"type": "XML",
|
||||
"id": "App",
|
||||
"async": true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user