From f60c8078e44a23c49f2b627fcfed168bf4cdeff4 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 2 Jul 2024 09:55:38 +0800 Subject: [PATCH] cleanup the code. --- Oqtane.Client/Providers/QuillJSTextEditorProvider.cs | 2 -- Oqtane.Client/Providers/TextAreaTextEditorProvider.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/Oqtane.Client/Providers/QuillJSTextEditorProvider.cs b/Oqtane.Client/Providers/QuillJSTextEditorProvider.cs index d815ba60..311743f8 100644 --- a/Oqtane.Client/Providers/QuillJSTextEditorProvider.cs +++ b/Oqtane.Client/Providers/QuillJSTextEditorProvider.cs @@ -7,7 +7,5 @@ namespace Oqtane.Providers public string Name => "QuillJS"; public string EditorType => "Oqtane.Modules.Controls.QuillJSTextEditor, Oqtane.Client"; - - public string SettingsType => "Oqtane.Modules.Controls.QuillJSTextEditorSettings, Oqtane.Client"; } } diff --git a/Oqtane.Client/Providers/TextAreaTextEditorProvider.cs b/Oqtane.Client/Providers/TextAreaTextEditorProvider.cs index 010680f9..3fde4231 100644 --- a/Oqtane.Client/Providers/TextAreaTextEditorProvider.cs +++ b/Oqtane.Client/Providers/TextAreaTextEditorProvider.cs @@ -7,7 +7,5 @@ namespace Oqtane.Providers public string Name => "TextArea"; public string EditorType => "Oqtane.Modules.Controls.TextAreaTextEditor, Oqtane.Client"; - - public string SettingsType => string.Empty; } }