-
Notifications
You must be signed in to change notification settings - Fork 399
Expand file tree
/
Copy pathpatternlab-config.json
More file actions
97 lines (97 loc) · 2.69 KB
/
patternlab-config.json
File metadata and controls
97 lines (97 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"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": "./test/fixtures/source/",
"patterns": "./test/fixtures/source/_patterns/",
"data": "./test/fixtures/source/_data/",
"meta": "./test/fixtures/source/_meta/",
"annotations": "./test/fixtures/source/_annotations/",
"styleguide": "node_modules/@pattern-lab/uikit-workshop/dist/",
"patternlabFiles": {
"general-header":
"node_modules/@pattern-lab/uikit-workshop/views/partials/general-header.hbs",
"general-footer":
"node_modules/@pattern-lab/uikit-workshop/views/partials/general-footer.hbs",
"patternSection":
"node_modules/@pattern-lab/uikit-workshop/views/partials/patternSection.hbs",
"patternSectionSubgroup":
"node_modules/@pattern-lab/uikit-workshop/views/partials/patternSectionSubgroup.hbs",
"viewall":
"node_modules/@pattern-lab/uikit-workshop/views/viewall.hbs"
},
"js": "./test/fixtures/source/js",
"images": "./test/fixtures/source/images",
"fonts": "./test/fixtures/source/fonts",
"css": "./test/fixtures/source/css/"
},
"public": {
"root": "./test/fixtures/public/",
"patterns": "./test/fixtures/public/patterns/",
"data": "./test/fixtures/public/styleguide/data/",
"annotations": "./test/fixtures/public/annotations/",
"styleguide": "./test/fixtures/public/styleguide/",
"js": "./test/fixtures/public/js",
"images": "./test/fixtures/public/images",
"fonts": "./test/fixtures/public/fonts",
"css": "./test/fixtures/public/css"
}
},
"patternExtension": "hbs",
"patternStateCascade": ["inprogress", "inreview", "complete"],
"patternExportDirectory": "./pattern_exports/",
"patternExportPatternPartials": [],
"patternMergeVariantArrays": true,
"renderFlatPatternsOnViewAllPages": false,
"serverOptions": {
"wait": 1000
},
"starterkitSubDir": "dist",
"styleGuideExcludes": [],
"theme": {
"color": "dark",
"density": "compact",
"layout": "horizontal"
},
"engines": {
"handlebars": {
"package": "@pattern-lab/engine-handlebars",
"fileExtensions": [
"handlebars",
"hbs"
],
"extend": "helpers/*.js"
}
}
}