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: blazor/blockeditor/built-in-blocks/built-in-blocks.md
+54-10Lines changed: 54 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
2
layout: post
3
-
title: Blocks in Blazor BlockEditor Component | Syncfusion
4
-
description: Checkout and learn about Blocks in Syncfusion Blazor BlockEditor component and more.
3
+
title: Blocks in Blazor Block Editor Component | Syncfusion
4
+
description: Checkout and learn about Blocks in Syncfusion Blazor Block Editor component and more.
5
5
platform: Blazor
6
-
control: BlockEditor
6
+
control: Block Editor
7
7
documentation: ug
8
8
---
9
9
10
-
# Blocks in Blazor BlockEditor component
10
+
# Blocks in Blazor Block Editor component
11
11
12
12
The Syncfusion Block Editor uses **Blocks** as the fundamental units for creating and managing content. The entire editor content is structured as a collection of these blocks, which are configured and managed through the `Blocks` property.
13
13
14
14
## Blocks
15
15
16
-
Blocks are the core building elements of the editor, where each block represents a distinct content unit, such as a `Paragraph`, `Heading`, `List`, or specialized content like a `Code snippet` or `Image`. This block-based architecture makes it easy for users to rearrange, format, and manage discrete pieces of content independently.
16
+
Blocks are the core building elements of the editor, where each block represents a distinct content unit, such as a `Paragraph`, `Heading`, `List`, or specialized content like a `Callout` or `Image`. This block-based architecture makes it easy for users to rearrange, format, and manage discrete pieces of content independently.
17
17
18
-
You can configure blocks with various properties such as `ID`, `BlockType`, `Content`to create a rich, structured editor.
18
+
You can configure blocks with various properties such as `ID`, `BlockType`, `Content`to create a rich, structured editor.
19
19
20
20
## Block types
21
21
@@ -45,7 +45,7 @@ By default, the `Indent` property is set to `0`.
title: Embed in Blazor BlockEditor Component | Syncfusion
4
-
description: Checkout and learn about Embed in Syncfusion Blazor BlockEditor component and more.
3
+
title: Embed in Blazor Block Editor Component | Syncfusion
4
+
description: Checkout and learn about Embed in Syncfusion Blazor Block Editor component and more.
5
5
platform: Blazor
6
-
control: BlockEditor
6
+
control: Block Editor
7
7
documentation: ug
8
8
---
9
9
10
-
# Embed Blocks in Blazor BlockEditor component
10
+
# Embed Blocks in Blazor Block Editor component
11
11
12
12
The Block Editor supports the addition of embeds to help you organize and showcase visual content effectively.
13
13
@@ -21,38 +21,38 @@ You can render an `Image` block by setting the `BlockType` property to `Image` i
21
21
22
22
#### Global Image Settings
23
23
24
-
You can configure global settings for image blocks using the `ImageBlockSettings` property in the Block Editor root configuration. This ensures consistent behavior for image uploads, resizing, and display.
24
+
You can configure global settings for image blocks using the `ImageBlockSettings` property in the Block Editor root configuration. This ensures consistent behavior for all images in the editor.
25
25
26
26
The `ImageBlockSettings` property supports the following options:
27
27
28
28
| Property | Description | Default Value |
29
29
|----------|-------------|---------------|
30
-
|saveFormat| Specifies the format to save the image. |`Base64`|
Copy file name to clipboardExpand all lines: blazor/blockeditor/built-in-blocks/inline-content.md
+32-31Lines changed: 32 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Inline content in Blazor BlockEditor Component | Syncfusion
4
-
description: Checkout and learn about Inline content in Syncfusion Blazor BlockEditor component and more.
3
+
title: Inline content in Blazor Block Editor Component | Syncfusion
4
+
description: Checkout and learn about Inline content in Syncfusion Blazor Block Editor component and more.
5
5
platform: Blazor
6
-
control: BlockEditor
6
+
control: Block Editor
7
7
documentation: ug
8
8
---
9
9
10
-
# Inline Content in Blazor BlockEditor component
10
+
# Inline Content in Blazor Block Editor component
11
11
12
12
In the Syncfusion Block Editor, all content is organized within blocks. Each block contains a `Content` property, which is an array of inline elements that define the text and functionality within that block.
13
13
@@ -21,7 +21,6 @@ The Block Editor supports several inline content types through the `ContentType`
@@ -121,15 +122,15 @@ The below sample demonstrates the customization of labels in the Block Editor.
121
122
122
123
## Configure mention
123
124
124
-
Mentions are references to users or entities that can be inserted into your content. You can configure mention content by setting the type property to `Mention`.
125
+
Mentions are references to users or entities that can be inserted into your content. You can configure mention content by setting the type property to `Mention`. Specify the `UserID` of particular user in `Properties` to render a mention.
125
126
126
127
Mentions are typically triggered by the `@` character and are linked to the `Users` collection defined in the Block Editor.
0 commit comments