bricks/examples/toolbar.ui

32 lines
405 B
Plaintext
Raw Permalink Normal View History

2024-02-06 14:30:10 +08:00
{
"widgettype":"Toolbar",
"options":{
"target":null,
"orientation":"horizontal",
"tool_margin":"15px",
"tools":[
{
"name":"c",
2024-03-06 16:36:20 +08:00
"label":"C",
2024-02-06 14:30:10 +08:00
"icon":null
},
{
"name":"javascript",
2024-03-06 16:36:20 +08:00
"label":"JavaScript",
2024-02-06 14:30:10 +08:00
"icon":null
},
{
"name":"php",
2024-03-06 16:36:20 +08:00
"label":"PHP",
2024-02-06 14:30:10 +08:00
"icon":null
},
{
"name":"python",
2024-03-06 16:36:20 +08:00
"label":"Python",
2024-02-06 14:30:10 +08:00
"icon":null
},
]
}
}