We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c42df2 + 97c68ee commit a8cf436Copy full SHA for a8cf436
core/lib/ui_builder.js
@@ -568,7 +568,7 @@ var ui_builder = function () {
568
output += 'var ishControls = {"ishControlsHide":' + JSON.stringify(patternlab.config.ishControlsHide) + '};' + eol;
569
570
//navItems
571
- output += 'var navItems = {"patternTypes": ' + JSON.stringify(patternlab.patternTypes) + '};' + eol;
+ output += 'var navItems = {"patternTypes": ' + JSON.stringify(patternlab.patternTypes) + ', "ishControlsHide": ' + JSON.stringify(patternlab.config.ishControlsHide) +'};' + eol;
572
573
//patternPaths
574
output += 'var patternPaths = ' + JSON.stringify(patternlab.patternPaths) + ';' + eol;
0 commit comments