File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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 *@
You can’t perform that action at this time.
0 commit comments