@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
28 lines • 1.12 kB
JSON
{
"sap.ui5": {
"routing": {
"targets": {
"<%- target %>": {
"options": {
"settings": {
"controlConfiguration": {
"<%- targetEntity %>": {
"columns": {
"<%- name %>": {
"header": "<%- header %>",
<% if (locals.width) { %>
"width": "<%- width %>",
<% } %>
"position": <%- JSON.stringify(position) %>,
"template": "<%- ns %>.<%- typeof fragmentFile !== 'undefined' ? fragmentFile : name %>"
}
}
}
}
}
}
}
}
}
}
}