Skip to content

Commit 9d06059

Browse files
committed
Position images within instruction list
Per PR feedback
1 parent 06aae55 commit 9d06059

File tree

1 file changed

+8
-5
lines changed
  • 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor

1 file changed

+8
-5
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,20 @@ Control how blocks appear in the block picker:
5757
Editors can add blocks to rich text content using the **Insert Block** toolbar button:
5858

5959
1. Position the cursor where you want to insert the block
60+
6061
2. Click the **Insert Block** button in the Rich Text Editor toolbar
62+
63+
![Adding Blocks to Content - Step 1](images/rte-blocks-adding-to-content-1.png)
64+
6165
3. Select the desired Block from the available options
62-
4. Configure the block content (and settings, if provided)
6366

64-
The block appears in the editor as a structured element.
67+
![Adding Blocks to Content - Step 2](images/rte-blocks-adding-to-content-2.png)
6568

66-
![Adding Blocks to Content - Step 1](images/rte-blocks-adding-to-content-1.png)
69+
4. Configure the block content (and settings, if provided)
6770

68-
![Adding Blocks to Content - Step 2](images/rte-blocks-adding-to-content-2.png)
71+
![Adding Blocks to Content - Step 3](images/rte-blocks-adding-to-content-3.png)
6972

70-
![Adding Blocks to Content - Step 3](images/rte-blocks-adding-to-content-3.png)
73+
The block appears in the editor as a structured element.
7174

7275
## Rendering Blocks
7376

0 commit comments

Comments
 (0)