Skip to content

Commit 71f4654

Browse files
committed
refactor: update Twig Edition + Handlebars dev edition configs to use the updated (optional) noViewAll config
1 parent c3354e7 commit 71f4654

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/development-edition-engine-handlebars/patternlab-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"theme": {
7979
"color": "dark",
8080
"density": "compact",
81-
"layout": "horizontal"
81+
"layout": "horizontal",
82+
"noViewAll": false
8283
},
8384
"uikits": [
8485
{

packages/edition-twig/patternlab-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"color": "light",
149149
"density": "compact",
150150
"layout": "horizontal",
151-
"noViewAll": true
151+
"noViewAll": false
152152
},
153153
"uikits": [
154154
{

0 commit comments

Comments
 (0)