Skip to content

Commit 26e1d2f

Browse files
committed
refactor: change naming convention from editing text to inline text editing
1 parent 40f7556 commit 26e1d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/07-Pro Features/01-live-preview-edit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Tool Box displays different options depending on the selected element type.
5858
- **Select Parent** *(up-arrow icon)*: Selects the parent of the currently selected element.
5959
*This button appears only when a valid parent exists (it is not shown when the parent is `body`, `html`, or a JavaScript-rendered element).*
6060

61-
- **Edit Text** *(pencil icon)*: Opens inline text editing for the selected element. You can edit text directly in the Live Preview, and Phoenix Code automatically updates the source code. See the [Editing Text](#editing-text) section for more details.
61+
- **Edit Text** *(pencil icon)*: Opens inline text editing for the selected element. You can edit text directly in the Live Preview, and Phoenix Code automatically updates the source code. See the [Inline Text Editing](#inline-text-editing) section for more details.
6262
*This button appears only for elements that can contain text (it is not available for `<img>`, `<video>`, `<br>`, etc.).*
6363

6464
- **Edit Hyperlink** *(link icon)*: Opens a floating input box that lets you edit the element’s `href` attribute.
@@ -100,9 +100,9 @@ Alternatively, you can change this setting by updating the `livePreviewElementHi
100100

101101
---
102102

103-
## Editing Text
103+
## Inline Text Editing
104104

105-
The **Editing Text** feature lets you modify text content directly in the Live Preview, with all changes automatically synced to the source code.
105+
The **Inline Text Editing** feature lets you modify text content directly in the Live Preview, with all changes automatically synced to the source code.
106106

107107
To start editing, **double-click** an element in the Live Preview or click the **Edit Text** button *(pencil icon)* in the Tool Box.
108108
Edit the text as needed, then press `Enter` to save or `Esc` to cancel.

0 commit comments

Comments
 (0)