Skip to content

Commit b9abde7

Browse files
committed
kb(editor): Use all tools inline
1 parent ed5556e commit b9abde7

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
@@ -148,16 +148,14 @@ Make sure to use the correct way and resources for your actual project *@
148148
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet" />
149149
150150
<TelerikEditor @bind-Value="@EditorValue"
151-
Tools="@EditorTools"
151+
Tools="@EditorToolSets.All"
152152
Schema="schemaProvider"
153153
EditMode="@EditorEditMode.Div"
154154
Height="300px">
155155
</TelerikEditor>
156156
157157
@code {
158158
private string EditorValue { get; set; } = @"Here is an example icon in the Editor content <i class='fa fa-info-circle'></i>";
159-
160-
private List<IEditorTool> EditorTools { get; set; } = EditorToolSets.All;
161159
}
162160
163161
@* Move JavaScript code to a separate JS file in production *@

0 commit comments

Comments
 (0)