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 5573341 commit 2b60488Copy full SHA for 2b60488
packages/uikit-workshop/src/scripts/components/panels.js
@@ -68,7 +68,9 @@ function init(event) {
68
Panels.add({
69
id: 'pl-panel-pattern',
70
name: window.config.patternExtension.toUpperCase(),
71
- default: true,
+ default: !window.config.defaultPatternInfoPanelCode ||
72
+ window.config.defaultPatternInfoPanelCode ===
73
+ window.config.patternExtension,
74
templateID: 'pl-panel-template-code',
75
httpRequest: true,
76
httpRequestReplace: fileSuffixPattern,
0 commit comments