Remove deprecated defaultPath migration helper from PageBlueprint

The `defaultPath` param was a compile-time migration artifact typed to
produce an error, guiding users to use `path` instead. The migration
period is over, so this removes it from the public API surface.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-05 09:53:22 +01:00
parent d0b53e39fd
commit d0206c499a
20 changed files with 5 additions and 25 deletions
-1
View File
@@ -228,7 +228,6 @@ const _default: OverridableFrontendPlugin<
>;
};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
title?: string;
icon?: IconElement;