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 7d0dfb8 commit b0000ebCopy full SHA for b0000eb
src/components/guided-modal-tour/tours/design-library.js
@@ -7,6 +7,10 @@ export const designLibrary = {
7
// Force show the tour if there is a GET parameter tour=design-library
8
return window?.location?.search?.includes( 'tour=design-library' ) ? true : null
9
},
10
+ initialize: () => {
11
+ // Make sure the patterns tab is selected
12
+ document.querySelector( '.ugb-modal-design-library button[value="patterns"]:not(.is-primary)' )?.click()
13
+ },
14
steps: [
15
{
16
title: '👋 ' + __( 'Welcome to Your Design Library', i18n ),
0 commit comments