Skip to content

Commit c288647

Browse files
committed
Formatting fixes
1 parent 88bc50f commit c288647

File tree

2 files changed

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

2 files changed

+27
-27
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 UFM (Umbraco Flavored Markdown) 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 UFM (Umbraco Flavored Markdown) 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

@@ -185,24 +185,24 @@ When using Models Builder, specify the Content and Settings models for type-safe
185185

186186
### Content Design
187187

188-
- Design blocks for reusable content patterns
189-
- Keep block content focused on a single purpose
190-
- Use descriptive labels that help editors understand the block's function
188+
* Design blocks for reusable content patterns
189+
* Keep block content focused on a single purpose
190+
* Use descriptive labels that help editors understand the block's function
191191

192192
### Performance
193193

194-
- Avoid creating too many Blocks - this can overwhelm content editors
195-
- Use appropriate caching strategies for block rendering
196-
- Consider the impact of complex blocks on editor performance
194+
* Avoid creating too many Blocks - this can overwhelm content editors
195+
* Use appropriate caching strategies for block rendering
196+
* Consider the impact of complex blocks on editor performance
197197

198198
### Accessibility
199199

200-
- Ensure block markup follows accessibility guidelines
201-
- Provide meaningful labels and descriptions
202-
- Test block rendering with screen readers
200+
* Ensure block markup follows accessibility guidelines
201+
* Provide meaningful labels and descriptions
202+
* Test block rendering with screen readers
203203

204204
## Related Articles
205205

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ In the example above, all 38 options have been enabled. These options include fo
1212

1313
You can customize the look of the toolbar:
1414

15-
- Enhance the capabilities of the toolbar by enabling or disabling extensions.
16-
- Use the Toolbar designer to group together items and add additional rows if needed.
15+
* Enhance the capabilities of the toolbar by enabling or disabling extensions.
16+
* Use the Toolbar designer to group together items and add additional rows if needed.
1717

1818
![Enhance and customize the capabilities of the Rich Text Editor toolbar](images/rte-tiptap-capabilities-and-toolbar.png)
1919

0 commit comments

Comments
 (0)