You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Blocks enable editors to insert structured content elements directly into the Ri
4
4
5
5
Blocks can be added to the Rich Text Editor when:
6
6
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
@@ -26,28 +26,28 @@ Blocks functionality can then be configured through the Rich Text Editor Data Ty
26
26
27
27
Configure how blocks appear and behave in the Content section:
28
28
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
The different folder structure ensures that RTE blocks and Block List blocks can have separate rendering implementations, even when using the same Element Types.
85
85
@@ -189,24 +189,24 @@ Building Custom Views for Block representations in Backoffice is the same for al
0 commit comments