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 *@
148
148
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet" />
149
149
150
150
<TelerikEditor @bind-Value="@EditorValue"
151
- Tools="@EditorTools "
151
+ Tools="@EditorToolSets.All "
152
152
Schema="schemaProvider"
153
153
EditMode="@EditorEditMode.Div"
154
154
Height="300px">
155
155
</TelerikEditor>
156
156
157
157
@code {
158
158
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;
161
159
}
162
160
163
161
@* Move JavaScript code to a separate JS file in production *@
You can’t perform that action at this time.
0 commit comments