From 4f9d4bfbdf3974e4be09b829261c0502f686b6da Mon Sep 17 00:00:00 2001 From: Tyler Collins Date: Fri, 21 Feb 2025 15:31:01 -0700 Subject: [PATCH] fix: changeFieldControl settings are optional --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 04a51b4e..00a1a612 100644 --- a/index.d.ts +++ b/index.d.ts @@ -306,7 +306,7 @@ export interface ContentType { fieldId: string, widgetNamespace: 'builtin', widgetId: BuiltinEditor, - settings: IEditorInterfaceOptions + settings?: IEditorInterfaceOptions ): void changeFieldControl( fieldId: string,