Skip to content

Commit

Permalink
improvement(plugintabs): added part of pattern-lab#1155 pattern-lab#1156
Browse files Browse the repository at this point in the history


even already to this checkin
  • Loading branch information
Maximilian Franzke committed Apr 29, 2020
1 parent be09542 commit 3259f45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/uikit-workshop/src/scripts/components/panels.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ function init(event) {
Panels.add({
id: 'pl-panel-pattern',
name: window.config.patternExtension.toUpperCase(),
default: true,
default: !window.config.defaultPatternInfoPanelCode ||
window.config.defaultPatternInfoPanelCode ===
window.config.patternExtension,
templateID: 'pl-panel-template-code',
httpRequest: true,
httpRequestReplace: fileSuffixPattern,
Expand Down

0 comments on commit 3259f45

Please sign in to comment.