fix UI filter
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
"id": "genres",
|
"id": "genres",
|
||||||
"type": "application",
|
"type": "application",
|
||||||
"title": "{{appTitle}}",
|
"title": "{{appTitle}}",
|
||||||
"description": "Sample Application",
|
"description": "{{appDescription}}",
|
||||||
"i18n": "i18n/i18n.properties",
|
|
||||||
"applicationVersion": {
|
"applicationVersion": {
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
@@ -18,9 +17,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tags": {
|
|
||||||
"keywords": []
|
|
||||||
},
|
|
||||||
"crossNavigation": {
|
"crossNavigation": {
|
||||||
"inbounds": {
|
"inbounds": {
|
||||||
"Genres-display": {
|
"Genres-display": {
|
||||||
@@ -28,57 +24,18 @@
|
|||||||
"parameters": {},
|
"parameters": {},
|
||||||
"additionalParameters": "allowed"
|
"additionalParameters": "allowed"
|
||||||
},
|
},
|
||||||
"title": "{{appTitle}}",
|
|
||||||
"semanticObject": "GenreHierarchy",
|
"semanticObject": "GenreHierarchy",
|
||||||
"action": "display",
|
"action": "display"
|
||||||
"deviceTypes": {
|
}
|
||||||
"desktop": true,
|
|
||||||
"tablet": true,
|
|
||||||
"phone": true
|
|
||||||
},
|
|
||||||
"icon": "sap-icon://settings",
|
|
||||||
"size": "1x1"
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"outbounds": {}
|
|
||||||
},
|
|
||||||
"offline": false,
|
|
||||||
"sourceTemplate": {
|
|
||||||
"id": "ui5template.smartTemplate",
|
|
||||||
"version": "1.40.12"
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"sap.ui": {
|
|
||||||
"technology": "UI5",
|
|
||||||
"icons": {
|
|
||||||
"icon": "",
|
|
||||||
"favIcon": "",
|
|
||||||
"phone": "",
|
|
||||||
"phone@2": "",
|
|
||||||
"tablet": "",
|
|
||||||
"tablet@2": ""
|
|
||||||
},
|
|
||||||
"deviceTypes": {
|
|
||||||
"desktop": true,
|
|
||||||
"tablet": true,
|
|
||||||
"phone": true
|
|
||||||
},
|
|
||||||
"supportedThemes": [
|
|
||||||
"sap_hcb",
|
|
||||||
"sap_belize",
|
|
||||||
"sap_belize_deep",
|
|
||||||
"sap_fiori_3"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"sap.ui5": {
|
"sap.ui5": {
|
||||||
"resources": {
|
|
||||||
"js": [],
|
|
||||||
"css": []
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minUI5Version": "1.65.6",
|
"minUI5Version": "1.122.0",
|
||||||
"libs": {},
|
"libs": {
|
||||||
"components": {}
|
"sap.fe.templates": {}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"i18n": {
|
"i18n": {
|
||||||
@@ -156,6 +113,10 @@
|
|||||||
"cozy": true
|
"cozy": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"sap.ui": {
|
||||||
|
"technology": "UI5",
|
||||||
|
"fullWidth": false
|
||||||
|
},
|
||||||
"sap.fiori": {
|
"sap.fiori": {
|
||||||
"registrationIds": [],
|
"registrationIds": [],
|
||||||
"archeType": "transactional"
|
"archeType": "transactional"
|
||||||
|
|||||||
Reference in New Issue
Block a user