mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:50:42 +00:00
41 lines
848 B
JSON
41 lines
848 B
JSON
{
|
|
"id": "canvas",
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"enabledByDefault": true,
|
|
"name": "Canvas",
|
|
"description": "Experimental Canvas control and A2UI rendering surfaces for paired nodes.",
|
|
"contracts": {
|
|
"tools": ["canvas"]
|
|
},
|
|
"configContracts": {
|
|
"compatibilityMigrationPaths": ["canvasHost"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"host": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"root": {
|
|
"type": "string"
|
|
},
|
|
"port": {
|
|
"type": "integer",
|
|
"minimum": 1
|
|
},
|
|
"liveReload": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|