cleanup the code.

This commit is contained in:
Ben 2024-07-02 09:55:38 +08:00
parent 6701e49f9a
commit f60c8078e4
2 changed files with 0 additions and 4 deletions

View File

@ -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";
}
}

View File

@ -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;
}
}