Sha256: 5f41671d09f54f77e3c255284f3ee6afae821fe8accaf2580b861f523798f562
Contents?: true
Size: 1.84 KB
Versions: 28
Compression:
Stored size: 1.84 KB
Contents
{ "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" } ], "colors": [ { "variable": "background_color", "label": "Background", "default": "#FAFAFA" }, { "variable": "text_color", "label": "Text Color", "default": "#222222" } ], "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": "twitter_username", "label": "Twitter username", "type": "text", "description": "Ex: @bigcartel" } ] }
Version data entries
28 entries across 28 versions & 1 rubygems