remove ITextEditorProvider interface
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
using Oqtane.Interfaces;
|
||||
|
||||
namespace Oqtane.Providers
|
||||
{
|
||||
public class QuillJSTextEditorProvider : ITextEditorProvider
|
||||
{
|
||||
public string Name => "QuillJS";
|
||||
|
||||
public string EditorType => "Oqtane.Modules.Controls.QuillJSTextEditor, Oqtane.Client";
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
using Oqtane.Interfaces;
|
||||
|
||||
namespace Oqtane.Providers
|
||||
{
|
||||
public class TextAreaTextEditorProvider : ITextEditorProvider
|
||||
{
|
||||
public string Name => "TextArea";
|
||||
|
||||
public string EditorType => "Oqtane.Modules.Controls.TextAreaTextEditor, Oqtane.Client";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user