mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 01:00:23 +00:00
Diffs: return schema-shaped plugin config (#57904)
Merged via squash.
Prepared head SHA: df95f53aaa
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
07900facf6
commit
66777e140e
@@ -133,14 +133,12 @@
|
||||
"fileScale": {
|
||||
"type": "number",
|
||||
"minimum": 1,
|
||||
"maximum": 4,
|
||||
"default": 2
|
||||
"maximum": 4
|
||||
},
|
||||
"fileMaxWidth": {
|
||||
"type": "number",
|
||||
"minimum": 640,
|
||||
"maximum": 2400,
|
||||
"default": 960
|
||||
"maximum": 2400
|
||||
},
|
||||
"imageFormat": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user