UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

33 lines 1.46 kB
{ "sap.ui5": { "routing": { "targets": { "<%- target %>": { "options": { "settings": { "content": { "body": { "sections": { "<%- name %>": { "name": "<%- ns %>.<%- name %>", "type": "XMLFragment", <%if (typeof position !== 'undefined') {%>"position": { <% if (position.placement) { %> "placement": "<%- position.placement %>"<% if (position.anchor) { %>,<% } %> <% } %> <% if (position.anchor) { %> "anchor": "<%- position.anchor %>" <% } %> },<% } %> "title": "<%- title %>" } } } } } } } } } } }