{ "name": "<%= @name %>", "version": "0.0.1", "images": [ { "variable": "logo", "label": "Logo", "description": "Adds your logo to the header" }, { "variable": "background_image", "label": "Background Image", "description": "Adds a repeating background image" } ], "image_sets": [ { "variable": "slideshow_images", "label": "Slideshow", "description": "This is a slideshow" }, { "variable": "lookbook_images", "label": "Lookbook", "description": "This is a lookbook" } ], "fonts": [ { "variable": "header_font", "label": "Header Font", "default": "Inconsolata" }, { "variable": "text_font", "label": "Text Font", "default": "Helvetica" } ], "preset_styles": { "preview": { "title_font": "header_font", "body_font": "text_font", "text_color": "primary_text_color", "background_color": "background_color" }, "presets": [ { "group_name": "Classic", "styles": [ { "style_name": "Classic #1", "fonts": { "header_font": "DM Sans", "text_font": "DM Sans" }, "colors": { "background_color": "#FFFFFF", "primary_text_color": "#000000", "link_text_color": "#000000", "link_hover_color": "#BF0101", "button_background_color": "#000000", "button_text_color": "#FFFFFF", "button_hover_background_color": "#BF0101" } }, { "style_name": "Classic #2", "fonts": { "header_font": "Lora", "text_font": "Roboto" }, "colors": { "background_color": "#F7F7F7", "primary_text_color": "#222222", "link_text_color": "#222222", "link_hover_color": "#014ABF", "button_background_color": "#222222", "button_text_color": "#FFFFFF", "button_hover_background_color": "#014ABF" } } ] } ] }, "colors": [ { "variable": "background_color", "label": "Background", "default": "#FAFAFA" }, { "variable": "primary_text_color", "label": "Text Color", "default": "#222222" }, { "variable": "link_text_color", "label": "Text Color", "default": "#222222" }, { "variable": "link_hover_color", "label": "Text Color", "default": "#014ABF" }, { "variable": "button_background_color", "label": "Text Color", "default": "#222222" }, { "variable": "button_text_color", "label": "Text Color", "default": "#FFFFFF" }, { "variable": "button_hover_background_color", "label": "Text Color", "default": "#014ABF" } ], "options": [ { "variable": "show_search", "label": "Show search", "type": "boolean", "default": false, "description": "Shows a search field" }, { "variable": "product_image_size", "label": "Product image size", "type": "select", "options": [["Small", "thumb"], ["Medium", "medium"], ["Large", "large"], ["Huge", ""]], "default": "large", "description": "The size of your product images" }, { "variable": "products_per_page", "label": "Products per page", "type": "select", "options": "1..100", "default": 9, "description": "The number of products shown per page" }, { "variable": "instagram_url", "label": "Instagram URL", "type": "text", "description": "Ex: https://instagram.com/bigcartel" } ] }