Commit 74609087 authored by Sven Franck's avatar Sven Franck

data: updated hardcoded panel data to new format

parent c3bde121
......@@ -31,9 +31,9 @@
"map_children": "listItem"
},
"children": [
{"type": "item", "href": "#products/sort/latest", "center": {"text": [{"type": "h1","text": "Newest Items", "text_i18n":"global_dict.latest"}]}},
{"type": "item", "href": "#products/sort/price_lowest", "center": {"text": [{"type": "h1","text": "Lowest Price", "text_i18n":"global_dict.lowest"}]}},
{"type": "item", "href": "#products/sort/price_highest", "center": {"text": [{"type": "h1","text": "Highest Price", "text_i18n":"global_dict.highest"}]}}
{"type": "item", "href": "#products/sort/latest", "center": [{"type": "h1","text": "Newest Items", "text_i18n":"global_dict.latest"}]},
{"type": "item", "href": "#products/sort/price_lowest", "center": [{"type": "h1","text": "Lowest Price", "text_i18n":"global_dict.lowest"}]},
{"type": "item", "href": "#products/sort/price_highest", "center": [{"type": "h1","text": "Highest Price", "text_i18n":"global_dict.highest"}]}
]
}
]
......
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