@sap/generator-fiori
Version:
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
31 lines • 1.34 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 %>"
<% if (locals.availability) { %>
, "availability": "<%- availability %>"
<% } %>
}
}
}
}
}
}
}
}
}
}
}