diff --git a/src/index.ts b/src/index.ts index 5902534..b7c2c34 100644 --- a/src/index.ts +++ b/src/index.ts @@ -169,10 +169,9 @@ export class cds_launchpad_plugin{ if (manifest["sap.flp"]?.type === 'plugin') { const component = appId; - const name = component.split('.').pop(); - config.bootstrapPlugins[name] = { + config.bootstrapPlugins[component] = { component, - url: name + "/webapp", + url: component + "/webapp", 'sap-ushell-plugin-type': 'RendererExtensions', enabled: true }