feat(app-switcher): читать конфиг из auth-portal вместо локального editor
CURRENT_APP_ID cfdm; настройка ссылок только на портале. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -14,6 +14,8 @@ export const appSwitcherEntrySchema = z.object({
|
||||
subtitle: z.string().optional(),
|
||||
url: z.string().url(),
|
||||
icon: appSwitcherIconSchema.default("server"),
|
||||
enabled: z.boolean().optional(),
|
||||
sort: z.number().optional(),
|
||||
shortcut: z.string().optional(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user