108 lines
2.4 KiB
JSON
108 lines
2.4 KiB
JSON
{
|
|
"_version": "1.8.0",
|
|
"sap.app": {
|
|
"id": "authors",
|
|
"type": "application",
|
|
"title": "Browse Authors",
|
|
"description": "Sample Application",
|
|
"i18n": "i18n/i18n.properties",
|
|
"dataSources": {
|
|
"CatalogService": {
|
|
"uri": "/browse/",
|
|
"type": "OData",
|
|
"settings": {
|
|
"odataVersion": "4.0"
|
|
}
|
|
}
|
|
},
|
|
"-sourceTemplate": {
|
|
"id": "ui5template.basicSAPUI5ApplicationProject",
|
|
"-id": "ui5template.smartTemplate",
|
|
"-version": "1.40.12"
|
|
}
|
|
},
|
|
"sap.ui5": {
|
|
"dependencies": {
|
|
"libs": {
|
|
"sap.fe.templates": {}
|
|
}
|
|
},
|
|
"models": {
|
|
"i18n": {
|
|
"type": "sap.ui.model.resource.ResourceModel",
|
|
"uri": "i18n/i18n.properties"
|
|
},
|
|
"": {
|
|
"dataSource": "CatalogService",
|
|
"settings": {
|
|
"synchronizationMode": "None",
|
|
"operationMode": "Server",
|
|
"autoExpandSelect": true,
|
|
"earlyRequests": true,
|
|
"groupProperties": {
|
|
"default": {
|
|
"submit": "Auto"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"routing": {
|
|
"routes": [
|
|
{
|
|
"pattern": ":?query:",
|
|
"name": "AuthorsList",
|
|
"target": "AuthorsList"
|
|
},
|
|
{
|
|
"pattern": "Authors({key}):?query:",
|
|
"name": "AuthorsDetails",
|
|
"target": "AuthorsDetails"
|
|
}
|
|
],
|
|
"targets": {
|
|
"AuthorsList": {
|
|
"type": "Component",
|
|
"id": "AuthorsList",
|
|
"name": "sap.fe.templates.ListReport",
|
|
"options": {
|
|
"settings": {
|
|
"entitySet": "Authors",
|
|
"initialLoad": true,
|
|
"navigation": {
|
|
"Authors": {
|
|
"detail": {
|
|
"route": "AuthorsDetails"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AuthorsDetails": {
|
|
"type": "Component",
|
|
"id": "AuthorsDetailsList",
|
|
"name": "sap.fe.templates.ObjectPage",
|
|
"options": {
|
|
"settings": {
|
|
"entitySet": "Authors"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"contentDensities": {
|
|
"compact": true,
|
|
"cozy": true
|
|
}
|
|
},
|
|
"sap.ui": {
|
|
"technology": "UI5",
|
|
"fullWidth": false
|
|
},
|
|
"sap.fiori": {
|
|
"registrationIds": [],
|
|
"archeType": "transactional"
|
|
}
|
|
}
|