UNPKG

@sap/generator-fiori

Version:

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

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