Sha256: 5e6bcc8ec4e8a2e46f2a9a7e316839bf96cf4f51506f53d7d109b48491721616

Contents?: true

Size: 1.58 KB

Versions: 6

Compression:

Stored size: 1.58 KB

Contents

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

6 entries across 6 versions & 1 rubygems

Version Path
dugway-0.5.6 lib/dugway/cli/templates/source/settings.json
dugway-0.5.4 lib/dugway/cli/templates/source/settings.json
dugway-0.5.3 lib/dugway/cli/templates/source/settings.json
dugway-0.5.2 lib/dugway/cli/templates/source/settings.json
dugway-0.5.1 lib/dugway/cli/templates/source/settings.json
dugway-0.5.0 lib/dugway/cli/templates/source/settings.json