diff --git a/fioriSandboxConfig.json b/fioriSandboxConfig.json index eeb19b7..4ad294f 100644 --- a/fioriSandboxConfig.json +++ b/fioriSandboxConfig.json @@ -1,9 +1,17 @@ { - "applications": {}, + "applications": { + "MyFioriObject-display" : { + "additionalInformation" : "SAPUI5.Component=my.cool.plugin", + "applicationType" : "URL", + "url" : "https://www.sap.com", + "title" : "SAP Homepage", + "description" : "SAP Homepage" + } + }, "bootstrapPlugins": { "ui5con": { "component": "my.cool.plugin", "url": "../../../../../" } } -} \ No newline at end of file +}