remove ITextEditorProvider interface
This commit is contained in:
@ -7,6 +7,8 @@ namespace Oqtane.Interfaces
|
||||
/// </summary>
|
||||
public interface ITextEditor
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// initializes the editor with the initialize content.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user