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 1918d04 commit a26fbb9Copy full SHA for a26fbb9
packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js
@@ -347,7 +347,7 @@ class IFrame extends BaseComponent {
347
if (window.patternData) {
348
patternParam = window.patternData.patternPartial;
349
} else {
350
- patternParam = 'components-overview';
+ patternParam = 'all'; // @todo: this should also be able to be dynamically set via PL config file
351
}
352
353
0 commit comments