Changeset 0.31.0 (#203)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
17
packages/editor/manifest.json
Normal file
17
packages/editor/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "editor",
|
||||
"title": "Editor",
|
||||
"type": "full",
|
||||
"version": "0.31.0",
|
||||
"tier": "browser",
|
||||
"author": "Chat Switchboard",
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user