Files
epics_launcher/examples/menus/menu_3.json
T

11 lines
334 B
JSON

{
"menu-title":
{"text": "F_L3"},
"menu": [
{"type": "title", "text": "Test 3"},
{"type": "cmd", "text": "Button_1 3", "command": "ls"},
{"type": "separator"},
{"type": "cmd", "text": "Button_2 3", "command": "ls"},
{"type": "cmd", "text": "Button_3 3", "command": "ls"}
]
}