mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 04:30:04 +00:00
Move linkRenderMode extension to core (#1359)
This commit is contained in:
@@ -511,7 +511,8 @@ const zSettings = z.record(z.any()).and(
|
||||
'Comfy.Keybinding.UnsetBindings': z.array(zKeybinding),
|
||||
'Comfy.Keybinding.NewBindings': z.array(zKeybinding),
|
||||
'Comfy.Extension.Disabled': z.array(z.string()),
|
||||
'Comfy.Settings.ExtensionPanel': z.boolean()
|
||||
'Comfy.Settings.ExtensionPanel': z.boolean(),
|
||||
'Comfy.LinkRenderMode': z.number()
|
||||
})
|
||||
.optional()
|
||||
)
|
||||
|
||||
@@ -19,7 +19,7 @@ export type SettingCustomRenderer = (
|
||||
|
||||
export interface SettingOption {
|
||||
text: string
|
||||
value?: string
|
||||
value?: any
|
||||
}
|
||||
|
||||
export interface Setting {
|
||||
|
||||
Reference in New Issue
Block a user