We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a6960 commit 33d2490Copy full SHA for 33d2490
1 file changed
types/WidgetDefinition.d.ts
@@ -5,7 +5,10 @@ export type WidgetMetadataBasic = {
5
title: string;
6
status?: 'stable' | 'beta' | 'wip' | 'deprecated';
7
settingsSchema?: {
8
- fields: Schema;
+ type: 'object';
9
+ properties: {
10
+ fields: Schema;
11
+ };
12
};
13
description?: string;
14
additionalCustomProperties?: Record<string, scalar>;
0 commit comments