frontend-plugin-api: remove deprecated createSchemaFromZod
The helper is no longer used internally and has been replaced by the `configSchema` option with direct Standard Schema values. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -343,9 +343,9 @@ const _default: OverridableFrontendPlugin<
|
||||
icon: string | undefined;
|
||||
};
|
||||
configInput: {
|
||||
filter?: FilterPredicate | undefined;
|
||||
title?: string | undefined;
|
||||
path?: string | undefined;
|
||||
title?: string | undefined;
|
||||
filter?: FilterPredicate | undefined;
|
||||
group?: string | false | undefined;
|
||||
icon?: string | undefined;
|
||||
};
|
||||
@@ -413,9 +413,9 @@ const _default: OverridableFrontendPlugin<
|
||||
icon: string | undefined;
|
||||
};
|
||||
configInput: {
|
||||
filter?: FilterPredicate | undefined;
|
||||
title?: string | undefined;
|
||||
path?: string | undefined;
|
||||
title?: string | undefined;
|
||||
filter?: FilterPredicate | undefined;
|
||||
group?: string | false | undefined;
|
||||
icon?: string | undefined;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user