{
  "cacheBust": true,
  "cleanPublic" : true,
  "defaultPattern": "all",
  "defaultShowPatternInfo": false,
  "ishControlsHide": {
    "s": false,
    "m": false,
    "l": false,
    "full": false,
    "random": false,
    "disco": false,
    "hay": true,
    "mqs": false,
    "find": false,
    "views-all": false,
    "views-annotations": false,
    "views-code": false,
    "views-new": false,
    "tools-all": false,
    "tools-docs": false
  },
  "ishViewportRange": {
    "s": [240, 500],
    "m": [500, 800],
    "l": [800, 2600]
  },
  "logLevel": "info",
  "outputFileSuffixes": {
    "rendered": ".rendered",
    "rawTemplate": "",
    "markupOnly": ".markup-only"
  },
  "paths" : {
    "source": {
      "root": "./<%= sourcePath %>/",
      "patterns": "./<%= sourcePath %>/_patterns/",
      "data": "./<%= sourcePath %>/_data/",
      "meta": "./<%= sourcePath %>/_meta/",
      "annotations": "./<%= sourcePath %>/_annotations/",
      "styleguide": "dist/",
      "patternlabFiles": {
        "general-header": "views/partials/general-header.mustache",
        "general-footer": "views/partials/general-footer.mustache",
        "patternSection": "views/partials/patternSection.mustache",
        "patternSectionSubgroup": "views/partials/patternSectionSubgroup.mustache",
        "viewall": "views/viewall.mustache"
      }
    },
    "assets": {
      "js" : "./<%= sourcePath %>/_js/",
      "svg" : "./<%= sourcePath %>/_svg/",
      "sass" : "./<%= sourcePath %>/_sass/",
      "assets" : "./<%= sourcePath %>/assets/"
    },
    "public": {
      "root": "<%= publicPath %>/",
      "patterns": "<%= publicPath %>/patterns/",
      "data": "<%= publicPath %>/styleguide/data/",
      "annotations": "<%= publicPath %>/annotations/",
      "styleguide": "<%= publicPath %>/styleguide/",
      "js": "<%= publicPath %>/js/",
      "jsPublicPath": "/js/",
      "svg" : "<%= publicPath %>/svg/",
      "assets" : "<%= publicPath %>/assets/",
      "css": "<%= publicPath %>/css/"
    },
    "build": {
      "root" : "./<%= distPath %>/"
    }
  },
  "patternExtension": "mustache",
  "patternStateCascade": ["inprogress", "inreview", "complete"],
  "patternExportAll": false,
  "patternExportDirectory": "pattern_exports",
  "patternExportPatternPartials": [],
  "patternExportPreserveDirectoryStructure": true,
  "patternExportRaw": false,
  "serverOptions": {
    "wait": 1000
  },
  "starterkitSubDir": "dist",
  "styleGuideExcludes": [
  ],
  "theme": {
    "color": "dark",
    "density": "compact",
    "layout": "horizontal"
  },
  "uikits": [
    {
      "name": "uikit-workshop",
      "package": "@pattern-lab/uikit-workshop",
      "outputDir": "",
      "enabled": true,
      "excludedPatternStates": [],
      "excludedTags": []
    }
  ]
}
