We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
widgetUrl
1 parent 6e47543 commit 223ee7bCopy full SHA for 223ee7b
modules/lib/lib-admin/src/main/resources/lib/xp/admin.ts
@@ -192,6 +192,7 @@ export function widgetUrl(params: WidgetUrlParams): string {
192
return portal.apiUrl({
193
application: 'admin',
194
api: `widget/${params.application}/${params.widget}`,
195
+ type: params.type || 'server',
196
params: params.params || {},
197
});
198
}
0 commit comments