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
Request clarification before answering.
I found the solution...maybe it will be of help to someone.
{
"applications": {
...
},
"bootstrapPlugins": {
"yourtplugin": {
"component": "com.yourplugin",
"url": "../../yourplugin" /*relative path to your plugin from the fioriSandboxConfig.json */
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.