{ "name": "Collection page", "settings": [ { "type": "checkbox", "id": "show_collection_image", "label": "Show collection image", "default": true }, { "type": "checkbox", "id": "collapse_collection_description", "label": "Collapse long description", "default": false }, { "type": "select", "id": "collection_image_size", "label": "Collection image size", "options": [ { "value": "small", "label": "Small" }, { "value": "medium", "label": "Medium" }, { "value": "large", "label": "Large" } ], "default": "small" }, { "type": "select", "id": "products_per_row", "label": "Products per row (desktop)", "options": [ { "value": "3", "label": "3" }, { "value": "4", "label": "4" } ], "default": "4" }, { "type": "range", "id": "default_products_per_page", "label": "Default products per page", "min": 24, "max": 48, "step": 12, "default": 24 }, { "type": "select", "id": "default_view_layout", "label": "Default view layout", "options": [ { "value": "grid", "label": "Grid" }, { "value": "list", "label": "List" } ], "default": "grid" }, { "type": "select", "id": "show_quick_buy", "label": "Show quick buy on...", "options": [ { "value": "list", "label": "List view" }, { "value": "list_grid", "label": "List and grid views" } ], "default": "list" }, { "type": "select", "id": "show_quick_view", "label": "Show quick view on...", "options": [ { "value": "list", "label": "List view" }, { "value": "list_grid", "label": "List and grid views" } ], "default": "list" }, { "type": "header", "content": "Sidebar" }, { "type": "link_list", "id": "quick_links", "label": "Quick links", "info": "This menu has limited support for dropdown items." }, { "type": "checkbox", "id": "quick_links_show_products_count", "label": "Show products count", "info": "Only for collection links", "default": true }, { "type": "header", "content": "Filtering" }, { "type": "checkbox", "id": "show_filters", "label": "Show filters", "default": true }, { "type": "checkbox", "id": "show_filter_color_swatch", "label": "Show filter color swatch", "info": "Requires filter type \"By group\" to be selected.", "default": true }, { "type": "select", "id": "filter_type", "label": "Filter type", "info": "Filters by group requires specific tag formatting. [Learn more](https://help.shopify.com/manual/using-themes/themes-by-shopify/supply#product-tips-tips-specific)", "options": [ { "value": "Vendor", "label": "By Vendor" }, { "value": "group", "label": "By group" } ], "default": "Vendor" }, { "type": "select", "id": "open_group_filters_mode", "label": "Filter opening mode (desktop)", "options": [ { "value": "all_closed", "label": "All closed" }, { "value": "all_open", "label": "All open" }, { "value": "first_open", "label": "First open" } ], "default": "all_closed" }, { "type": "text", "id": "filter_group_order", "label": "Group order", "info": "List items must be identical to the group name. If left empty, all groups will be displayed in alphabetical order. Example: Color, Brand, Size." } ] }

Recently viewed