test_menu

[
{
“type”: “single_link”,
“content”: “Home”,
“link”: “http://example.com”,
“submenu”: [],
“img_src”: “”
},
{
“type”: “list_link”,
“content”: “Services”,
“link”: “http://example.com”,
“submenu”: [“Consulting”, “Support”, “Development”],
“img_src”: “”
},
{
“type”: “info”,
“content”: “Welcome to our website”,
“link”: “”,
“submenu”: [],
“img_src”: “”
},
{
“type”: “image”,
“content”: “”,
“link”: “”,
“submenu”: [],
“img_src”: “http://example.com/image.jpg”
}
]