Skip to Content
0
Dec 13, 2019 at 03:44 PM

Fiori Launchpad plugin local test in WebIDE

492 Views Last edit May 21, 2020 at 03:02 PM 2 rev

Hello all,

can anyone tell me how to configure a FLP sandbox in WebIDE to run a plugin? I managed to do this for the apps, but can't find any documentation on how to do this for a plugin.

So my fioriSandboxConfig.json looks like below. How should the additional configuration for a plugin look like?

{
	"applications": {
		"SO1-Display": {
			"additionalInformation": "SAPUI5.Component=com.app1",
			"applicationType": "URL",
			"url": "../../app1",
			"description": "App1",
			"title": "App1"
		},
		"SO2-Display": {
			"additionalInformation": "SAPUI5.Component=com.app2",
			"applicationType": "URL",
			"url": "../../app2",
			"description": "App2",
			"title": "App2"
		}
	}
}

BR,

Szilamer

Attachments

flpsandbox.png (5.3 kB)