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 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
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
@@ -185,24 +185,24 @@ When using Models Builder, specify the Content and Settings models for type-safe
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ In the example above, all 38 options have been enabled. These options include fo
12
12
13
13
You can customize the look of the toolbar:
14
14
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.
17
17
18
18

0 commit comments