Sha256: 45dc96c79a49c85b39dbe75996c6aab72c2511561f9c917355edbfdc42bae406
Contents?: true
Size: 1.58 KB
Versions: 22
Compression:
Stored size: 1.58 KB
Contents
{ "name": "Test Theme", "version": "1.2.3", "images": [ { "variable": "logo", "label": "Logo", "description": "Good for an image up to 150 pixels wide", "default": "logo_bc.png" }, { "variable": "background_image", "label": "Background Image", "description": "Adds a repeating background image" } ], "image_sets": [ { "variable": "slideshow_images", "label": "Slideshow", "description": "This is a slideshow", "defaults": [ "slideshow/1.gif", "slideshow/2.gif", "slideshow/3.gif", "slideshow/4.gif", "slideshow/5.gif" ] }, { "variable": "lookbook_images", "label": "Lookbook", "description": "This is a lookbook" } ], "fonts": [ { "variable": "header_font", "label": "Header Font", "default": "Helvetica" }, { "variable": "font", "label": "Font", "default": "Georgia" } ], "colors": [ { "variable": "background_color", "label": "Background", "default": "#222222" }, { "variable": "link_color", "label": "Link Color", "default": "red" } ], "options": [ { "variable": "show_search", "label": "Show search", "type": "boolean", "default": false, "description": "Shows a search field" }, { "variable": "fixed_sidebar", "label": "Fixed Sidebar", "type": "boolean", "default": true, "description": "Keeps the sidebar stationary while the page scrolls" } ] }
Version data entries
22 entries across 22 versions & 1 rubygems