Skip to content

Commit 75b28bc

Browse files
committed
Address PR feedback around acronym usage
1 parent 0eda20b commit 75b28bc

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Blocks
22

3-
Blocks enable editors to insert structured content elements directly into the Rich Text Editor. Blocks are [Element Types](../../../../../../data/defining-content/#element-types) and can be configured with custom properties, styling, and behavior.
3+
Blocks enable editors to insert structured content elements directly into the Rich Text Editor (RTE). Blocks are [Element Types](../../../../../../data/defining-content/#element-types) and can be configured with custom properties, styling, and behavior.
44

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

@@ -26,7 +26,7 @@ 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)
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)
3030
* **Display Inline** - When enabled, blocks remain inline with surrounding text. When disabled, blocks appear on separate lines
3131
* **Overlay size** - Set the size of the editing overlay when editors work with the block content
3232

0 commit comments

Comments
 (0)