Files
epics_launcher/examples/menus/menu_2.json
T

16 lines
514 B
JSON

{
"menu-title":
{"text": "F_L2"},
"file-choice": [
{"text": "Load F_L1", "file": "menu_1.json"}
],
"menu": [
{"type": "title", "text": "Striptool"},
{"type": "cmd", "text": "Strip Tool Generic", "command": "ls"},
{"type": "separator"},
{"type": "menu", "text": "3rd sub menu", "file": "menu_3.json"},
{"type": "cmd", "text": "RF Startup", "command": "ls"},
{"type": "cmd", "text": "Conditioning", "command": "xeyes -fg blue"}
]
}