frontend-plugin-api: drop match strategy from PageLayout tabs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1825,8 +1825,6 @@ export interface PageTab {
|
||||
id: string;
|
||||
// (undocumented)
|
||||
label: string;
|
||||
// (undocumented)
|
||||
matchStrategy?: 'prefix' | 'exact';
|
||||
}
|
||||
|
||||
// @public
|
||||
|
||||
@@ -110,7 +110,6 @@ export const PageBlueprint = createExtensionBlueprint({
|
||||
label: tabTitle || path,
|
||||
icon: tabIcon,
|
||||
href: path,
|
||||
matchStrategy: 'prefix' as const,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ export interface PageTab {
|
||||
label: string;
|
||||
icon?: IconElement;
|
||||
href: string;
|
||||
matchStrategy?: 'prefix' | 'exact';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user