@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
20 lines • 770 B
JSON
{
"sap.ui5": {
"dependencies": {
"libs": <%- JSON.stringify(libraries) %>
},
"routing": {
"targets": {
"<% if (typeof id !== 'undefined') { %><%- id %><% } else { %><%- entity %>ListReport<% } %>": {
"type": "Component",
"id": "<% if (typeof id !== 'undefined') { %><%- id %><% } else { %><%- entity %>ListReport<% } %>",
"name": "<%- template %>",<%if (locals.controlAggregation) {%>
"controlAggregation": "<%- locals.controlAggregation %>",<% } %>
"options": {
"settings": <%- JSON.stringify(settings) %>
}
}
}
}
}
}