Sha256: 8942c5cf8acec7b07fe04fa63c0ee25100c5177ab5d34ab9bb1eebfbc7dca64e

Contents?: true

Size: 1.11 KB

Versions: 4

Compression:

Stored size: 1.11 KB

Contents

{
  "name": "Test Theme",
  "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"
    }
  ],
  "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

4 entries across 4 versions & 1 rubygems

Version Path
dugway-0.5.3 spec/fixtures/theme/settings.json
dugway-0.5.2 spec/fixtures/theme/settings.json
dugway-0.5.1 spec/fixtures/theme/settings.json
dugway-0.5.0 spec/fixtures/theme/settings.json