Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
19 lines
577 B
JSON
19 lines
577 B
JSON
{
|
|
"id": "editor",
|
|
"title": "Editor",
|
|
"type": "full",
|
|
"version": "0.31.0",
|
|
"tier": "browser",
|
|
"author": "Switchboard Core",
|
|
"icon": "✏️",
|
|
"description": "Code editor with workspace management, file tree, and AI assist",
|
|
"route": "/s/editor",
|
|
"layout": "editor",
|
|
"permissions": [],
|
|
"settings": [
|
|
{ "key": "font_size", "label": "Font Size", "type": "number", "default": 13 },
|
|
{ "key": "tab_size", "label": "Tab Size", "type": "number", "default": 4 },
|
|
{ "key": "word_wrap", "label": "Word Wrap", "type": "boolean", "default": false }
|
|
]
|
|
}
|