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: guided-tour/class-guided-tour.php
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,13 +205,34 @@ private function register_tours(): void {
205
205
'fallback_description' => __( 'We couldn\'t find any images on this page yet. Consider adding some authentic photos to make your homepage more engaging! You can add an image block using the + button in the editor.', 'progress-planner' ),
206
206
'side' => 'right',
207
207
],
208
-
// Step 4: Save the changes.
208
+
// Step 4: Reorder blocks.
209
+
[
210
+
'context' => 'editor',
211
+
'page' => 'front_page',
212
+
'element' => 'list-view-button',
213
+
'title' => __( 'Reorder your blocks', 'progress-planner' ),
214
+
'description' => __( 'The page consists of a number of blocks. You can change the order of these blocks. Are your blocks in the order you want them to be? Try reordering them!', 'progress-planner' ),
215
+
'hint' => __( 'Click here to open the List View where you can drag and drop blocks to reorder them.', 'progress-planner' ),
216
+
'side' => 'bottom',
217
+
],
218
+
// Step 5: Add or remove blocks.
219
+
[
220
+
'context' => 'editor',
221
+
'page' => 'front_page',
222
+
'element' => 'block-inserter',
223
+
'title' => __( 'Add or remove blocks', 'progress-planner' ),
224
+
'description' => __( 'Perhaps you want to delete some of the blocks. Or add some! Check whether you need all the blocks that are now on your homepage.', 'progress-planner' ),
225
+
'hint' => __( 'Click the + button to add new blocks, or select a block and press Delete to remove it.', 'progress-planner' ),
226
+
'side' => 'bottom',
227
+
],
228
+
// Step 6: Save the changes.
209
229
[
210
230
'context' => 'editor',
211
231
'page' => 'front_page',
212
232
'element' => 'save-button',
213
233
'title' => __( 'Save your changes', 'progress-planner' ),
214
234
'description' => __( 'Great job! Now click the Save button to publish your changes and make them live on your website.', 'progress-planner' ),
235
+
'hint' => __( 'Your changes won\'t be visible to visitors until you save them.', 'progress-planner' ),
0 commit comments