Skip to content

Commit

Permalink
chore(config): added new default config value pattern-lab#1155
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Franzke committed Apr 25, 2020
1 parent 61f2cd1 commit 53d2dd6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/test/fixtures/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic": true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "mustache",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
1 change: 1 addition & 0 deletions packages/core/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic" : true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "mustache",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
1 change: 1 addition & 0 deletions packages/core/test/util/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"styleGuideExcludes": ["templates", "pages"],
"defaultPattern": "all",
"defaultPatternInfoPanelCode": "mustache",
"logLevel": "quiet",
"ishControlsHide": {
"s": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic": true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "hbs",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic" : true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "mustache",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic": true,
"defaultPattern": "pages-homepage",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "twig",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
1 change: 1 addition & 0 deletions packages/edition-node-gulp/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic": true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "mustache",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
1 change: 1 addition & 0 deletions packages/edition-node/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cleanPublic": true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "hbs",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down
1 change: 1 addition & 0 deletions packages/edition-twig/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"cleanPublic": true,
"defaultPattern": "all",
"defaultShowPatternInfo": false,
"defaultPatternInfoPanelCode": "twig",
"ishControlsHide": {
"s": false,
"m": false,
Expand Down

0 comments on commit 53d2dd6

Please sign in to comment.