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:
Patrik Oldsberg
2026-04-10 11:18:03 +02:00
parent 1e6d2e91ad
commit 2d89e198bd
8 changed files with 14 additions and 131 deletions
+2 -2
View File
@@ -132,9 +132,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;
};