|
| 1 | +{ |
| 2 | + "cacheBust": true, |
| 3 | + "cleanPublic": true, |
| 4 | + "defaultPattern": "pages-homepage", |
| 5 | + "defaultShowPatternInfo": false, |
| 6 | + "ishControlsHide": { |
| 7 | + "s": false, |
| 8 | + "m": false, |
| 9 | + "l": false, |
| 10 | + "full": false, |
| 11 | + "random": false, |
| 12 | + "disco": false, |
| 13 | + "hay": true, |
| 14 | + "mqs": false, |
| 15 | + "find": false, |
| 16 | + "views-all": false, |
| 17 | + "views-annotations": false, |
| 18 | + "views-code": false, |
| 19 | + "views-new": false, |
| 20 | + "tools-all": false, |
| 21 | + "tools-docs": false |
| 22 | + }, |
| 23 | + "ishViewportRange": { |
| 24 | + "s": [ |
| 25 | + 240, |
| 26 | + 500 |
| 27 | + ], |
| 28 | + "m": [ |
| 29 | + 500, |
| 30 | + 800 |
| 31 | + ], |
| 32 | + "l": [ |
| 33 | + 800, |
| 34 | + 2600 |
| 35 | + ] |
| 36 | + }, |
| 37 | + "logLevel": "info", |
| 38 | + "outputFileSuffixes": { |
| 39 | + "rendered": ".rendered", |
| 40 | + "rawTemplate": "", |
| 41 | + "markupOnly": ".markup-only" |
| 42 | + }, |
| 43 | + "paths": { |
| 44 | + "source": { |
| 45 | + "root": "source/", |
| 46 | + "patterns": "source/_patterns/", |
| 47 | + "data": "source/_data/", |
| 48 | + "meta": "source/_meta/", |
| 49 | + "annotations": "source/_annotations/", |
| 50 | + "styleguide": "dist/", |
| 51 | + "patternlabFiles": { |
| 52 | + "general-header": "views/partials/general-header.mustache", |
| 53 | + "general-footer": "views/partials/general-footer.mustache", |
| 54 | + "patternSection": "views/partials/patternSection.mustache", |
| 55 | + "patternSectionSubtype": "views/partials/patternSectionSubtype.mustache", |
| 56 | + "viewall": "views/viewall.mustache" |
| 57 | + }, |
| 58 | + "js": "source/js", |
| 59 | + "images": "source/images", |
| 60 | + "fonts": "source/fonts", |
| 61 | + "css": "source/css" |
| 62 | + }, |
| 63 | + "public": { |
| 64 | + "root": "public/", |
| 65 | + "patterns": "public/patterns/", |
| 66 | + "data": "public/styleguide/data/", |
| 67 | + "annotations": "public/annotations/", |
| 68 | + "styleguide": "public/styleguide/", |
| 69 | + "js": "public/js", |
| 70 | + "images": "public/images", |
| 71 | + "fonts": "public/fonts", |
| 72 | + "css": "public/css" |
| 73 | + } |
| 74 | + }, |
| 75 | + "patternExtension": "twig", |
| 76 | + "patternStateCascade": [ |
| 77 | + "inprogress", |
| 78 | + "inreview", |
| 79 | + "complete" |
| 80 | + ], |
| 81 | + "patternExportDirectory": "pattern_exports", |
| 82 | + "patternExportPatternPartials": [], |
| 83 | + "serverOptions": { |
| 84 | + "wait": 1000 |
| 85 | + }, |
| 86 | + "starterkitSubDir": "dist", |
| 87 | + "styleGuideExcludes": [], |
| 88 | + "theme": { |
| 89 | + "color": "dark", |
| 90 | + "density": "compact", |
| 91 | + "layout": "horizontal" |
| 92 | + }, |
| 93 | + "uikits": [ |
| 94 | + { |
| 95 | + "name": "uikit-workshop", |
| 96 | + "outputDir": "", |
| 97 | + "enabled": true, |
| 98 | + "excludedPatternStates": [], |
| 99 | + "excludedTags": [] |
| 100 | + } |
| 101 | + ], |
| 102 | + "engines": { |
| 103 | + "twig": { |
| 104 | + "namespaces": { |
| 105 | + "atoms": "source/_patterns/00-atoms/", |
| 106 | + "molecules": "source/_patterns/01-molecules/", |
| 107 | + "organisms": "source/_patterns/02-organisms/", |
| 108 | + "templates": "source/_patterns/03-templates/", |
| 109 | + "pages": "source/_patterns/04-pages/", |
| 110 | + "macros": "source/_macros/" |
| 111 | + } |
| 112 | + } |
| 113 | + } |
| 114 | +} |
0 commit comments