Liquid syntax error (sections/collection-template line 190): invalid schema content '
{
"name": "Collection pages",
"settings": [
{
"type": "checkbox",
"id": "show_collection_image",
"label": "Show collection image?",
"default": true
},
{
"type": "checkbox",
"id": "show_vendor",
"label": "Show product vendors?",
"default": false
},
{
"type": "checkbox",
"id": "show_product_review",
"label": "Show product reviews?",
"default": false
},
{
"type": "checkbox",
"id": "sort_enable",
"label": "Enable sorting",
"default": true
},
{
"type": "checkbox",
"id": "sticky_filter_enable",
"label": "Enable sticky filters",
"default": false
},
{
"type": "select",
"id": "gridstyle",
"label": "Grid Style",
"default": "style1",
"options": [
{ "value": "style1", "label": "Style 1" },
{ "value": "style2", "label": "Style 2" },
{ "value": "style3", "label": "Style 3" }
]
},
{
"type": "select",
"id": "grid",
"label": "Desktop",
"default": "4",
"options": [
{ "value": "3", "label": "3" },
{ "value": "4", "label": "4" },
{ "value": "5", "label": "5" },
{ "value": "6", "label": "6" },
{ "value": "7", "label": "7" }
]
},
{
"type": "select",
"id": "tablet-grid",
"label": "Tablet",
"default": "3",
"options": [
{ "value": "2", "label": "2" },
{ "value": "3", "label": "3" },
{ "value": "4", "label": "4" }
]
},
{
"type": "select",
"id": "mobile-grid",
"label": "Mobile",
"default": "2",
"options": [
{ "value": "1", "label": "1" },
{ "value": "2", "label": "2" },
{ "value": "3", "label": "3" }
]
},
{
"type": "select",
"id": "rows",
"label": "Rows per page (grid only)",
"default": "2",
"options": [
{ "value": "2", "label": "2" },
{ "value": "3", "label": "3" },
{ "value": "4", "label": "4" },
{ "value": "5", "label": "5" },
{ "value": "6", "label": "6" },
{ "value": "7", "label": "7" },
{ "value": "8", "label": "8" },
{ "value": "9", "label": "9" },
{ "value": "10", "label": "10" }
]
},
{
"type": "select",
"id": "pagination",
"label": "Pagination type",
"default": "button",
"options": [
{ "value": "default", "label": "Default" },
{ "value": "infinite", "label": "Infinite Scroll" },
{ "value": "button", "label": "Load more button" }
]
},
{
"type": "select",
"id": "sidebar_position",
"label": "Sidebar Position",
"default": "left",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "right",
"label": "Right"
},
{
"value": "nosidebar",
"label": "No Sidebar"
}
]
},
{
"type": "textarea",
"id": "color_gemstones",
"label": "Mapping colors according to gemstones",
"info": "color:gemstone\\gemstone."
}
],
"blocks": [
{
"type": "categories",
"name": "Categories",
"limit": 1,
"settings": [
{
"type":"text",
"id":"title",
"label":"Categories",
"default":"Categories"
},
{
"type": "link_list",
"id": "side_categories",
"label": "Select Categories",
"default": "main-menu"
}
]
},
{
"type": "filter_by",
"name": "Filter By",
"settings": [
{
"type": "text",
"id": "title",
"label": "Filter By Title",
"default": "Filter By Title",
"info": "i.e 'Filter by Size, Filter by Brands'"
},
{
"type": "textarea",
"id": "filter_tags",
"label": "Add Filter tags",
"info": "Separate by a comma, i.e \"Tag1, Tag2, Tag3\"."
},
{
"type": "checkbox",
"id": "twocall",
"label": "Show List in two column",
"default": false
}
]
},
{
"type": "by_color",
"name": "Filter by Colors",
"limit": 1,
"settings": [
{
"type":"text",
"id":"title",
"label":"Filter by section title",
"default":"Filter by Color"
},
{
"type": "textarea",
"id": "filter_tags",
"label": "Add Filter tags",
"info": "Separate by a comma, i.e \"Black, Red, Blue\"."
},
{
"type": "paragraph",
"content": "Only html color name will work to show color while select Swatch color options. [Find HTML color name here](https:/\/\www.w3schools.com/\colors/\colors_names.asp)"
},
{
"type": "checkbox",
"id": "image_swatches",
"label": "use image for color swatches",
"default": false,
"info": "Image name must same as color name and all in lowercase. Use '-' instead of space. Examples (Black = black.png, Navy Blue = navy-blue.png). Upload images on 'settings > files'"
}
]
},
{
"type": "products",
"name": "Products",
"limit": 1,
"settings": [
{
"type":"text",
"id":"title",
"label":"Title Text",
"default":"Popular Products"
},
{
"type": "collection",
"id": "sidebar_products",
"label": "Select Collection"
},
{
"type": "text",
"id": "num_of_products",
"label": "Number of products to show",
"default": "3"
},
{
"type": "checkbox",
"id": "side_all_products",
"label": "View all products button",
"default": false
}
]
},
{
"type": "image_bnr",
"name": "Image Banner",
"settings": [
{
"type": "image_picker",
"id": "side_bnr_img",
"label": "Banner Image"
},
{
"type": "url",
"id": "side_bnr_link",
"label": "Banner"
}
]
},
{
"type": "static_text",
"name": "Static Text",
"settings": [
{
"type":"text",
"id":"title",
"label":"Title Text",
"default":"Static Block Title"
},
{
"type": "richtext",
"id": "text",
"label": "Text",
"default": "Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.
"
}
]
},
{
"type": "pr_tags",
"name": "Product Tags",
"settings": [
{
"type":"text",
"id":"title",
"label":"Product Tags",
"default":"Product Tags"
}
]
}
]
}
'