Commit 27570182 authored by Sven Franck's avatar Sven Franck

data: wrapped footer content in collapsible

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