Skip to content

Commit 608951e

Browse files
authored
Update editor-add-icons.md
1 parent 242ec25 commit 608951e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

knowledge-base/editor-add-icons.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,14 @@ This means that you need to inject the icons stylesheet into the `<iframe>`, so
5151
@inject IJSRuntime js
5252
5353
<TelerikEditor @bind-Value="@EditorValue"
54-
Tools="@EditorTools"
54+
Tools="@EditorToolSets.All"
5555
Schema="schemaProvider"
5656
Height="300px">
5757
</TelerikEditor>
5858
5959
@code {
6060
private string EditorValue { get; set; } = @"<p>Here is an example icon in the Editor content <i class='fa fa-info-circle'></i></p>";
6161
62-
private List<IEditorTool> EditorTools { get; set; } = EditorToolSets.All;
63-
6462
protected override async Task OnAfterRenderAsync(bool firstRender)
6563
{
6664
if (firstRender)

0 commit comments

Comments
 (0)