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>
|
||||
|
@ -1,18 +0,0 @@
|
||||
namespace Oqtane.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Rich text editor provider interface.
|
||||
/// </summary>
|
||||
public interface ITextEditorProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// The text editor provider name.
|
||||
/// </summary>
|
||||
string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The text editor type full name.
|
||||
/// </summary>
|
||||
string EditorType { get; }
|
||||
}
|
||||
}
|
@ -81,7 +81,7 @@ namespace Oqtane.Shared
|
||||
public const string DefaultSearchProviderName = "DatabaseSearchProvider";
|
||||
|
||||
public static readonly string[] InternalPagePaths = { "login", "register", "reset", "404" };
|
||||
public const string DefaultTextEditorProvider = "Oqtane.Modules.Controls.QuillJSTextEditor, Oqtane.Client";
|
||||
public const string DefaultTextEditor = "Oqtane.Modules.Controls.QuillJSTextEditor, Oqtane.Client";
|
||||
|
||||
// Obsolete constants
|
||||
|
||||
|
Reference in New Issue
Block a user