{ "title": "MyApp", "api": { "baseURL": "https://cx20.basehosts.de/api/v1/" }, "navigation": [ { "name": "Login", "to": "/login", "icon": "fa-home", "content": "", "show": { "never": true } }, { "name": "Dashboard", "to": "/", "icon": "icon-compass", "content": "" }, { "name": "Userlist", "to": "/userlist", "icon": "icon-contacts", "content": "" }, { "name": "Domainlist", "to": "/domainlist", "icon": "icon-contacts", "content": "" }, { "name": "FormDemo", "to": "/formdemo", "icon": "icon-contacts", "content": "" }, { "name": "Logout", "to": "/logout", "icon": "icon-log-out", "content": "" } ] }