Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "_version": "1.28.0",
- "sap.app": {
- "id": "sala.medica.sala.medica",
- "type": "application",
- "i18n": "i18n/i18n.properties",
- "applicationVersion": {
- "version": "0.0.1"
- },
- "title": "{{appTitle}}",
- "description": "{{appDescription}}",
- "resources": "resources.json",
- "sourceTemplate": {
- "id": "@sap/generator-fiori:basic",
- "version": "1.7.1",
- "toolsId": "bd774130-7ede-4a13-9515-6f1442c42d76"
- },
- "dataSources": {
- "mainService": {
- "uri": "/sap/opu/odata/sap/ZOS_SM_SALA_MEDICA_SRV/",
- "type": "OData",
- "settings": {
- "annotations": [],
- "localUri": "localService/metadata.xml",
- "odataVersion": "2.0"
- }
- }
- },
- "crossNavigation": {
- "inbounds": {
- "sala-medica-sala-medica-inbound": {
- "signature": {
- "parameters": {},
- "additionalParameters": "allowed"
- },
- "semanticObject": "SalaMedica",
- "action": "Display",
- "title": "{{flpTitle}}",
- "subTitle": "{{flpSubtitle}}",
- "icon": ""
- }
- }
- }
- },
- "sap.ui": {
- "fullWidth": true,
- "technology": "UI5",
- "icons": {
- "icon": "",
- "favIcon": "",
- "phone": "",
- "phone@2": "",
- "tablet": "",
- "tablet@2": ""
- },
- "deviceTypes": {
- "desktop": true,
- "tablet": true,
- "phone": true
- }
- },
- "sap.ui5": {
- "flexEnabled": false,
- "dependencies": {
- "minUI5Version": "1.84.1",
- "libs": {
- "sap.m": {},
- "sap.ui.core": {},
- "sap.f": {},
- "sap.suite.ui.generic.template": {},
- "sap.ui.comp": {},
- "sap.ui.generic.app": {},
- "sap.ui.table": {},
- "sap.ushell": {}
- }
- },
- "contentDensities": {
- "compact": true,
- "cozy": true
- },
- "models": {
- "i18n": {
- "type": "sap.ui.model.resource.ResourceModel",
- "settings": {
- "bundleName": "sala.medica.sala.medica.i18n.i18n"
- }
- },
- "": {
- "dataSource": "mainService",
- "preload": true,
- "settings": {}
- }
- },
- "resources": {
- "css": [
- {
- "uri": "css/style.css"
- }
- ]
- },
- "routing": {
- "config": {
- "routerClass": "sap.m.routing.Router",
- "viewType": "XML",
- "async": true,
- "viewPath": "sala.medica.sala.medica.view",
- "controlAggregation": "pages",
- "controlId": "app",
- "clearControlAggregation": false
- },
- "routes": [
- {
- "name": "RouteView1",
- "pattern": ":?query:",
- "target": [
- "TargetView1"
- ]
- },
- {
- "name": "FichaView",
- "pattern": "Ficha/{NroPersonal}",
- "target": [
- "FichaView"
- ]
- },
- {
- "name": "Form",
- "pattern": "Form/{Empleado}",
- "target": [
- "FormView"
- ]
- }
- ],
- "targets": {
- "TargetView1": {
- "viewType": "XML",
- "transition": "slide",
- "clearControlAggregation": false,
- "viewId": "View1",
- "viewName": "View1"
- },
- "FichaView": {
- "viewType": "XML",
- "transition": "slide",
- "clearControlAggregation": false,
- "viewName": "FichaMedica"
- },
- "FormView": {
- "viewType": "XML",
- "transition": "slide",
- "clearControlAggregation": false,
- "viewName": "Form"
- }
- }
- },
- "rootView": {
- "viewName": "sala.medica.sala.medica.view.App",
- "type": "XML",
- "async": true,
- "id": "App"
- }
- },
- "sap.cloud": {
- "public": true,
- "service": "sala-medica-sala-medica"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement