Commit c8789aca authored by Sven Franck's avatar Sven Franck

draft page JSON config

parent 8c48afdf
{
"portal_type_source": "",
"portal_type_title":"",
"title": "Dashboard",
"title_i18n": "",
"portal_type_source": "",
"portal_type_title":"",
"options": {
"jump": [],
"action": [],
"export": []
"jump": {"hash": "","items": [{"href":"", "title":"", "title_i18n":""}]},
"action": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}],
"export": {"hash":"", "items": [{"href": "", "title": "", "title_i18n":""}]}
},
"toolbars": {
"header": [
[
{"control":"navigate","active":"true"}
],[
{"control":"login", "active":"true"},
{"control":"home","active":"true"}
]
],
"footer": [
{"control":"jump", "active":"true"},
{"control":"add", "active":"false"},
{"control":"remove","active":"false"},
{"control":"action","active":"false"},
{"control":"export", "active":"true"}
]
}
}
// must display which elements to add to the header and footer
// or better which elements to show and which not
// also think about updating the panel depending on the page you are on
// also for all buttons in footer (browser, export, action), the
// configuration for which options are available (listview text, text_i18n, href
// should be specified. If it was me along with a short descriptions
// so do the list first
}
"dashboard": {
"title": "Dashboard",
"title_i18n": ""
},
"account": {
"title": "Account",
"title_i18n": ""
},
"invoices": {
"title": "Invoices",
"title_i18n": ""
},
"servers": {
"title": "Servers",
"title_i18n": ""
},
"services": {
"title": "Services",
"title_i18n": ""
},
"networks": {
"title": "Networks",
"title_i18n": ""
},
"monitoring": {
"title": "Monitoring",
"title_i18n": ""
},
"help": {
"title": "Help",
"title_i18n": ""
},
"software": {
"title": "Software",
"title_i18n": ""
},
"wiki": {
"title": "Documentation",
"title_i18n": ""
},
"download": {
"title": "Download",
"title_i18n": ""
},
"formum": {
"title": "Forum",
"title_i18n": ""
},
"blog": {
"title": "Blog",
"title_i18n": ""
},
"pricing": {
"title": "Pricing",
"title_i18n": ""
}
]
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment