mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-13 20:46:52 +01:00
67 lines
1.2 KiB
JSON
Executable File
67 lines
1.2 KiB
JSON
Executable File
[
|
|
{
|
|
"title": "Save File",
|
|
"icon": "x",
|
|
"onclick": "active.save();"
|
|
},
|
|
{
|
|
"title": "break",
|
|
"icon": null,
|
|
"onclick": null
|
|
},
|
|
{
|
|
"title": "Color Tool",
|
|
"icon": "F",
|
|
"onclick": "color_picker.open();"
|
|
},
|
|
{
|
|
"title": "break",
|
|
"icon": null,
|
|
"onclick": null
|
|
},
|
|
{
|
|
"title": "Terminal",
|
|
"icon": "@",
|
|
"onclick": "terminal.open();"
|
|
},
|
|
{
|
|
"title": "break",
|
|
"icon": null,
|
|
"onclick": null
|
|
},
|
|
{
|
|
"title": "Projects",
|
|
"icon": "t",
|
|
"onclick": "project.list();"
|
|
},
|
|
{
|
|
"title": "break",
|
|
"icon": null,
|
|
"onclick": null
|
|
},
|
|
{
|
|
"title": "Users",
|
|
"icon": ",",
|
|
"onclick": "user.list();"
|
|
},
|
|
{
|
|
"title": "break",
|
|
"icon": null,
|
|
"onclick": null
|
|
},
|
|
{
|
|
"title": "Password",
|
|
"icon": "A",
|
|
"onclick": "user.password();"
|
|
},
|
|
{
|
|
"title": "break",
|
|
"icon": null,
|
|
"onclick": null
|
|
},
|
|
{
|
|
"title": "Logout",
|
|
"icon": "/",
|
|
"onclick": "user.logout();"
|
|
}
|
|
] |