From ddb3fad5770d1d66432c4b583ae9af09a3a47d48 Mon Sep 17 00:00:00 2001 From: Salem Ghoweri Date: Fri, 11 Oct 2019 13:54:58 -0400 Subject: [PATCH] fix: comment out example config to disable viewAll links --- packages/uikit-workshop/.patternlabrc.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uikit-workshop/.patternlabrc.example.js b/packages/uikit-workshop/.patternlabrc.example.js index a6451d6fe..59c575d2c 100644 --- a/packages/uikit-workshop/.patternlabrc.example.js +++ b/packages/uikit-workshop/.patternlabrc.example.js @@ -2,5 +2,5 @@ module.exports = { // buildDir: __dirname + '/www/pattern-lab', - noViewAll: true, // uncomment to disable displaying viewAll links in Pattern Lab + // noViewAll: true, // uncomment to disable displaying viewAll links in Pattern Lab };