Sha256: c2967410921ec79c91ad804254e889cda8b038d4d2bbf6669f4ad488c8559b94

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

{
  "name": "Test Theme",
  "version": "1.2.3",
  "images": [
    {
      "variable": "logo",
      "label": "Logo",
      "description": "Good for an image up to 150 pixels wide"
    },
    {
      "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": "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

2 entries across 2 versions & 1 rubygems

Version Path
dugway-0.9.0 spec/fixtures/theme/settings.json
dugway-0.8.4 spec/fixtures/theme/settings.json