From 7b927711a3198576e735172c43dbed366b8dd6aa Mon Sep 17 00:00:00 2001 From: Wolf Gregor Date: Mon, 19 Feb 2018 16:08:16 +0000 Subject: [PATCH] Fix issue "Failed to run the application with extenders" --- fioriSandboxConfig.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 +}