Commit 27570182 authored by Sven Franck's avatar Sven Franck

data: wrapped footer content in collapsible

parent 5e4279f6
......@@ -191,48 +191,57 @@
},
"children": [{
"generate": "widget",
"type": "listview",
"type": "collapsible",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
"class_list": "custom_footer_collapsible",
"text_i18n": "global_dict.about"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text_i18n": "global_dict.about"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_beep"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_sanef"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_agents"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_partners"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text_i18n": "global_dict.understand"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.why"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.statutes"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.faq"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text_i18n": "global_dict.legal"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.conditions"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.sales"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.terms"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.sitemap"}]}
]
"children": [{
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text_i18n": "global_dict.about"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_beep"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_sanef"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_agents"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.about_partners"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text_i18n": "global_dict.understand"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.why"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.statutes"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.faq"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text_i18n": "global_dict.legal"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.conditions"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.sales"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.terms"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text_i18n": "global_dict.sitemap"}]}
]
}]
}]
}]
}
......
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