fix(image): disable attachment resizing by default
This commit is contained in:
parent
2cb697b720
commit
9422b49cbf
5 changed files with 68 additions and 4 deletions
|
|
@ -1143,6 +1143,7 @@ export type McpRemoteConfig = {
|
|||
export type LayoutConfig = "auto" | "stretch"
|
||||
|
||||
export type ImageAttachmentConfig = {
|
||||
enforce_limits?: boolean
|
||||
auto_resize?: boolean
|
||||
max_width?: number
|
||||
max_height?: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue