Commit 8086deb8 authored by Sven Franck's avatar Sven Franck

data: removed navbar from footer, add custom footer class

parent 004b5996
...@@ -193,17 +193,15 @@ ...@@ -193,17 +193,15 @@
"type": "footer", "type": "footer",
"property_dict": { "property_dict": {
"fixed": false, "fixed": false,
"class_list": "custom_footer",
"theme": "slapos-black" "theme": "slapos-black"
}, },
"children": [{
"generate": "widget",
"type": "navbar",
"children": [{ "children": [{
"generate": "widget", "generate": "widget",
"type": "listview", "type": "listview",
"property_dict": { "property_dict": {
"inset": true, "inset": true,
"theme": "slapos-white", "theme": "slapos-black",
"map_children": "listItem" "map_children": "listItem"
}, },
"children": [ "children": [
...@@ -218,7 +216,7 @@ ...@@ -218,7 +216,7 @@
"type": "listview", "type": "listview",
"property_dict": { "property_dict": {
"inset": true, "inset": true,
"theme": "slapos-white", "theme": "slapos-black",
"map_children": "listItem" "map_children": "listItem"
}, },
"children": [ "children": [
...@@ -232,7 +230,7 @@ ...@@ -232,7 +230,7 @@
"type": "listview", "type": "listview",
"property_dict": { "property_dict": {
"inset": true, "inset": true,
"theme": "slapos-white", "theme": "slapos-black",
"map_children": "listItem" "map_children": "listItem"
}, },
"children": [ "children": [
...@@ -244,7 +242,6 @@ ...@@ -244,7 +242,6 @@
] ]
}] }]
}] }]
}]
} }
] ]
...@@ -273,10 +273,7 @@ ...@@ -273,10 +273,7 @@
"attributes": {"data-i18n": "global_dict.find_out_more"}, "attributes": {"data-i18n": "global_dict.find_out_more"},
"logic": {"text":"En savoir plus"} "logic": {"text":"En savoir plus"}
}] }]
} }]
]
} }
} }
] ]
......
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