Skip to content

Commit b7e927a

Browse files
committed
Remove unnecessary bullet point spacing
Per PR feedback
1 parent 4f2a22e commit b7e927a

File tree

1 file changed

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

1 file changed

+25
-25
lines changed

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Blocks enable editors to insert structured content elements directly into the Ri
44

55
Blocks can be added to the Rich Text Editor when:
66

7-
* Available Blocks are specified as part of the Rich Text Editor Data Type configuration
8-
* The **Insert Block** toolbar option is enabled in the Rich Text Editor
7+
* Available Blocks are specified as part of the Rich Text Editor Data Type configuration
8+
* The **Insert Block** toolbar option is enabled in the Rich Text Editor
99

1010
![RTE Insert Block Toolbar Button](images/rte-blocks-toolbar-insert-button.png)
1111

@@ -26,28 +26,28 @@ Blocks functionality can then be configured through the Rich Text Editor Data Ty
2626

2727
Configure how blocks appear and behave in the Content section:
2828

29-
* **Label** - Define how the block appears in the editor. Umbraco 16 uses [Umbraco Flavoured Markdown](../../../../../reference/umbraco-flavored-markdown.md) (UFM) syntax for dynamic labels. Use `{=propertyAlias}` to display property values (e.g., `{=author}` for a text property containing the name of an author, or `Written by: {=author}` for a label with static text and dynamic content)
30-
* **Display Inline** - When enabled, blocks remain inline with surrounding text. When disabled, blocks appear on separate lines
31-
* **Overlay size** - Set the size of the editing overlay when editors work with the block content
29+
* **Label** - Define how the block appears in the editor. Umbraco 16 uses [Umbraco Flavoured Markdown](../../../../../reference/umbraco-flavored-markdown.md) (UFM) syntax for dynamic labels. Use `{=propertyAlias}` to display property values (e.g., `{=author}` for a text property containing the name of an author, or `Written by: {=author}` for a label with static text and dynamic content)
30+
* **Display Inline** - When enabled, blocks remain inline with surrounding text. When disabled, blocks appear on separate lines
31+
* **Overlay size** - Set the size of the editing overlay when editors work with the block content
3232

3333
![RTE Blocks Editor Appearance Settings](images/rte-blocks-editor-appearance-settings.png)
3434

3535
### Data Models
3636

3737
Configure the content structure for your blocks:
3838

39-
* **Content model** - The Element Type that defines the main content properties for the block (required)
40-
* **Settings model** - Optional Element Type that defines additional settings or configuration options for the block
39+
* **Content model** - The Element Type that defines the main content properties for the block (required)
40+
* **Settings model** - Optional Element Type that defines additional settings or configuration options for the block
4141

4242
![RTE Blocks Data Models Settings](images/rte-blocks-data-models-settings.png)
4343

4444
### Catalogue Appearance
4545

4646
Control how blocks appear in the block picker:
4747

48-
* **Background color** - Background color displayed behind the block icon or thumbnail
49-
* **Icon Color** - Color of the Element Type icon
50-
* **Thumbnail** - Custom image to replace the default Element Type icon
48+
* **Background color** - Background color displayed behind the block icon or thumbnail
49+
* **Icon Color** - Color of the Element Type icon
50+
* **Thumbnail** - Custom image to replace the default Element Type icon
5151

5252
## Working with Blocks
5353

@@ -77,9 +77,9 @@ Rich Text Editor blocks use a different view location than Block List blocks. RT
7777

7878
### File Structure
7979

80-
* **Location**: `Views/Partials/RichText/Components/`
81-
* **Naming**: Use the exact Element Type alias as the filename (e.g., `quoteBlock.cshtml` for alias `quoteBlock`)
82-
* **Model**: `Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem`
80+
* **Location**: `Views/Partials/RichText/Components/`
81+
* **Naming**: Use the exact Element Type alias as the filename (e.g., `quoteBlock.cshtml` for alias `quoteBlock`)
82+
* **Model**: `Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem`
8383

8484
The different folder structure ensures that RTE blocks and Block List blocks can have separate rendering implementations, even when using the same Element Types.
8585

@@ -189,24 +189,24 @@ Building Custom Views for Block representations in Backoffice is the same for al
189189

190190
### Content Design
191191

192-
* Design blocks for reusable content patterns
193-
* Keep block content focused on a single purpose
194-
* Use descriptive labels that help editors understand the block's function
192+
* Design blocks for reusable content patterns
193+
* Keep block content focused on a single purpose
194+
* Use descriptive labels that help editors understand the block's function
195195

196196
### Performance
197197

198-
* Avoid creating too many Blocks - this can overwhelm content editors
199-
* Use appropriate caching strategies for block rendering
200-
* Consider the impact of complex blocks on editor performance
198+
* Avoid creating too many Blocks - this can overwhelm content editors
199+
* Use appropriate caching strategies for block rendering
200+
* Consider the impact of complex blocks on editor performance
201201

202202
### Accessibility
203203

204-
* Ensure block markup follows accessibility guidelines
205-
* Provide meaningful labels and descriptions
206-
* Test block rendering with screen readers
204+
* Ensure block markup follows accessibility guidelines
205+
* Provide meaningful labels and descriptions
206+
* Test block rendering with screen readers
207207

208208
## Related Articles
209209

210-
* [Element Types](../../../../../../data/defining-content/#element-types)
211-
* [Rich Text Editor Configuration](../configuration.md)
212-
* [Rich Text Editor Extensions](../extensions.md)
210+
* [Element Types](../../../../../../data/defining-content/#element-types)
211+
* [Rich Text Editor Configuration](../configuration.md)
212+
* [Rich Text Editor Extensions](../extensions.md)

0 commit comments

Comments
 (0)