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.
1 parent 0607e06 commit 97c68eeCopy full SHA for 97c68ee
core/lib/ui_builder.js
@@ -545,7 +545,7 @@ var ui_builder = function () {
545
output += 'var ishControls = {"ishControlsHide":' + JSON.stringify(patternlab.config.ishControlsHide) + '};' + eol;
546
547
//navItems
548
- output += 'var navItems = {"patternTypes": ' + JSON.stringify(patternlab.patternTypes) + '};' + eol;
+ output += 'var navItems = {"patternTypes": ' + JSON.stringify(patternlab.patternTypes) + ', "ishControlsHide": ' + JSON.stringify(patternlab.config.ishControlsHide) +'};' + eol;
549
550
//patternPaths
551
output += 'var patternPaths = ' + JSON.stringify(patternlab.patternPaths) + ';' + eol;
0 commit comments