diff --git a/templates/collection.json b/templates/collection.json index 9c04c05..60790ea 100644 --- a/templates/collection.json +++ b/templates/collection.json @@ -1 +1,50 @@ -{"sections":{"banner":{"type":"main-collection-banner","disabled":true,"settings":{"show_collection_description":true,"show_collection_image":false,"color_scheme":"scheme-1"}},"custom_liquid_TXazyY":{"type":"custom-liquid","settings":{"custom_liquid":"
\nFür Dich<\/span>\n

Entdecke unsere Vielfalt<\/h1>\n<\/div>","color_scheme":"","padding_top":40,"padding_bottom":0}},"product-grid":{"type":"main-collection-product-grid","custom_css":["#product-grid {justify-content: center; gap: 20px;}"],"settings":{"products_per_page":16,"columns_desktop":4,"color_scheme":"scheme-1","image_ratio":"square","image_shape":"default","show_secondary_image":true,"show_vendor":false,"show_rating":false,"enable_quick_add":false,"enable_filtering":true,"filter_type":"horizontal","enable_sorting":true,"columns_mobile":"1","padding_top":36,"padding_bottom":100}}},"order":["banner","custom_liquid_TXazyY","product-grid"]} \ No newline at end of file +{ + "sections": { + "banner": { + "type": "main-collection-banner", + "disabled": true, + "settings": { + "show_collection_description": true, + "show_collection_image": false, + "color_scheme": "scheme-1" + } + }, + "custom_liquid_TXazyY": { + "type": "custom-liquid", + "settings": { + "custom_liquid": "
\nFür Dich<\/span>\n

Entdecke unsere Vielfalt<\/h1>\n<\/div>", + "color_scheme": "", + "padding_top": 40, + "padding_bottom": 0 + } + }, + "product-grid": { + "type": "main-collection-product-grid", + "custom_css": [ + "#aproduct-grid {justify-content: center; gap: 20px;}" + ], + "settings": { + "products_per_page": 16, + "columns_desktop": 4, + "color_scheme": "scheme-1", + "image_ratio": "square", + "image_shape": "default", + "show_secondary_image": true, + "show_vendor": false, + "show_rating": false, + "enable_quick_add": false, + "enable_filtering": true, + "filter_type": "horizontal", + "enable_sorting": true, + "columns_mobile": "1", + "padding_top": 36, + "padding_bottom": 100 + } + } + }, + "order": [ + "banner", + "custom_liquid_TXazyY", + "product-grid" + ] +}