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: src/components/guided-modal-tour/tours/blocks.js
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,11 @@ export const blocks = {
89
89
steps: [
90
90
{
91
91
title: '👋 '+__('Welcome to Your Stackable Blocks',i18n),
92
-
description: __('I\'ve added some Stackable blocks for you. This inspector is contains all the settings for this block, let\'s explore it!',i18n),
92
+
description: __('This inspector is contains all the settings for this block, let\'s explore it!',i18n),
93
93
help: createInterpolateElement(__('If you\'re familiar with <strong>page builders</strong>, then you\'ll feel right at home.',i18n),{
94
94
strong: <strong/>,
95
95
}),
96
+
size: 'medium',
96
97
anchor: '.ugb--has-panel-tabs',
97
98
position: 'left',
98
99
glowTarget: '.ugb--has-panel-tabs',
@@ -103,7 +104,7 @@ export const blocks = {
103
104
},
104
105
{
105
106
title: __('The Layout Tab',i18n),
106
-
description: __('Stackable blocks usually have 3 tabs, each with different settings. The Layout Tab contains layout-related options like flex controls, spacing and margins.',i18n),
107
+
description: __('Stackable blocks normally have 3 tabs, each with different settings. The Layout Tab contains layout-related options like flex controls, spacing and margins.',i18n),
107
108
help: createInterpolateElement(__('Open the <strong>Layout Tab</strong> to continue.',i18n),{
108
109
strong: <strong/>,
109
110
}),
@@ -134,7 +135,7 @@ export const blocks = {
134
135
},
135
136
{
136
137
title: __('Try Changing Alignments',i18n),
137
-
description: __('Let\'s try changing the Column Alignment to Center or End, and see how it affects our block.',i18n),
138
+
description: __('Let\'s try changing this option and see how it affects our block.',i18n),
138
139
help: createInterpolateElement(__('Pick <strong>Center or End</strong> Column Alignment to continue.',i18n),{
139
140
strong: <strong/>,
140
141
}),
@@ -169,7 +170,7 @@ export const blocks = {
169
170
},
170
171
{
171
172
title: __('The Style Tab',i18n),
172
-
description: __('I\'ve selected the Columns block now, let\'s try to add a background to it. The Style Tab contains style-related options like backgrounds, color, borders and typography.',i18n),
173
+
description: __('Let\'s try to add a background to the main Columns block. The Style Tab contains style-related options like backgrounds, color, borders and typography.',i18n),
173
174
help: createInterpolateElement(__('Click the <strong>Style Tab</strong> to continue.',i18n),{
description: __('Once you get the hang of these settings, you\'ll spot them in almost every Stackable block. This makes it easy and familiar to build any design you want.',i18n),
0 commit comments