Commit c70ef8b4 authored by Sven Franck's avatar Sven Franck

data: added carousel widget with dynamic image loading

parent 5d82dffd
{
"portal_type_source": "Product Individual Variation",
"portal_type_title": "product_individual_variation",
"skip_total_records": true,
"initial_query": {"include_docs": true},
"property_dict": {
"initial_query_url_identifier": "reference",
"spawn_on": "image_list"
},
"scheme": [{
"position": "content",
"field_list": [{"field": "image_list", "type": "image"}]
}],
"children": [{
"generate": "widget",
"type": "carousel",
"property_dict": {
"handles": true,
"captions": true,
"captiontheme": "slapos-white",
"captionpos": "bottom",
"map_children": "listItem",
"dynamic": true
},
"children": []
}]
}
\ No newline at end of file
......@@ -23,7 +23,8 @@
},
"view_dict": {
"default": [
{"href": "product_view"}
{"href": "product_view"},
{"href": "product_carousel"}
]
}
}
......
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