mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 22:47:16 +00:00
Renames defaultwidgets.json file in defaultconfig to widgets.json and removes references to defaultwidgets in the codebase and documentation. Going forward, users will see one unified list of widgets in the sidebar with no separator between default and custom widgets. Users can manually move any edits to their defaultwidgets.json file into their widgets.json file to get back their overrides.
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"defwidget@terminal": {
|
|
"display:order": -5
|
|
"icon": "square-terminal",
|
|
"label": "terminal",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "term",
|
|
"controller": "shell"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@files": {
|
|
"display:order": -4,
|
|
"icon": "folder",
|
|
"label": "files",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "preview",
|
|
"file": "~"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@web": {
|
|
"display:order": -3,
|
|
"icon": "globe",
|
|
"label": "web",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "web"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@ai": {
|
|
"display:order": -2,
|
|
"icon": "sparkles",
|
|
"label": "ai",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "waveai"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@sysinfo": {
|
|
"display:order": -1,
|
|
"icon": "chart-line",
|
|
"label": "sysinfo",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "sysinfo"
|
|
}
|
|
}
|
|
}
|
|
}
|