You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/docs/advanced-config-options.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ Sets whether or not you want the styleguide to load with the pattern info open o
45
45
46
46
**default**: `false`
47
47
48
+
### defaultPatternInfoPanelCode (optional)
49
+
50
+
Sets default active pattern info code panel by file extension - if unset, uses the value out of _patternExtension_ config value, or instead use value `html` to display the html code initially, or the value defined for the _patternExtension_.
51
+
52
+
**default**: _patternExtension_ value (`"hbs"` | `"mustache"` | `"twig"` | `"html"`)
53
+
48
54
### ishControlsHide
49
55
50
56
Sets whether or not to hide navigation options within the styleguide.
0 commit comments