Skip to content

Commit 654f54b

Browse files
committed
feat: fix live preview edit mode docs inconsistency
1 parent 29795b1 commit 654f54b

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

docs/07-Pro Features/02-edit-mode-live-preview.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Edit Mode - Live Preview
2+
title: Live Preview Edit
33
---
44

55
import React from 'react';
@@ -18,7 +18,7 @@ import VideoPlayer from '@site/src/components/Video/player';
1818

1919
## Enabling Edit Mode
2020

21-
To switch to Edit Mode, click the **chevron icon** next to the **Preview Mode** button *(pen icon)* in the Live Preview toolbar, then select **Edit Mode**.
21+
To switch to Edit Mode, click the **chevron icon** next to the **pen icon** in the Live Preview toolbar, then select **Edit Mode**.
2222

2323
![Live Preview Edit mode](./images/lp-mode.png "Live Preview edit mode")
2424

@@ -96,7 +96,7 @@ The Hover Box helps you quickly identify elements as you move your cursor over t
9696

9797
By default, in Edit Mode, hovering over elements in the Live Preview highlights them and displays the [Hover Box](#hover-box). You can change this behavior to show highlights only when you click elements instead.
9898

99-
To toggle this setting, click the **chevron icon** next to the **Preview Mode** button *(pen icon)* in the Live Preview toolbar and unselect **Inspect Element on Hover**. By default, this option remains checked.
99+
To toggle this setting, click the **chevron icon** next to the **pen icon** in the Live Preview toolbar and unselect **Inspect Element on Hover**. By default, this option remains checked.
100100

101101
<!-- Add an image here showing the Inspect Element on Hover option in the mode selector dropdown -->
102102

@@ -108,7 +108,7 @@ When **Inspect Element on Hover** is unchecked:
108108
- Hovering over elements has no effect
109109
- Clicking an element shows highlights and the Control Box
110110

111-
Alternatively, you can change this setting by updating the `livePreviewInspectElement` preference in the preferences file. Set it to `hover` (default) or `click`.
111+
Alternatively, you can change this setting by updating the `livePreviewInspectElement` preference in the preferences file. Set it to `"hover"` (default) or `"click"`.
112112
See [Editing Preferences](../editing-text#editing-preferences) to learn how to edit the preferences file.
113113

114114
## Edit Element Properties
@@ -196,12 +196,6 @@ Click the **More** button *(three-dots icon)* on the right side of the toolbar t
196196
src="https://docs-images.phcode.dev/videos/live-preview-edit/inline-text-editing.mp4"
197197
/>
198198

199-
## Image Gallery
200-
201-
The **Image Gallery** lets you browse and select images from online image providers or your device and use them in your project directly.
202-
203-
[Read More](./image-gallery)
204-
205199
## Drag and Drop
206200

207201
The **Drag and Drop** feature lets you reposition elements in the Live Preview by dragging them to a new location. The source code is automatically updated with the new structure when you drop the element.
@@ -240,12 +234,6 @@ To edit a hyperlink, select an `<a>` element and click the **Edit Hyperlink** bu
240234

241235
<!-- Add an image here showing the Edit Hyperlink panel with URL input, new tab toggle, and open link button -->
242236

243-
## Measurements
244-
245-
The **Measurements** feature displays ruler lines from the edges of a selected element to the document edges, showing exact pixel positions.
246-
247-
[Read More](./measurements)
248-
249237
## Cut, Copy, and Paste
250238

251239
You can cut, copy, and paste elements in Edit Mode using standard keyboard shortcuts or the Control Box **More Options** menu *(three-dots icon)*.

0 commit comments

Comments
 (0)