Fix #4358: RichTextEditor Provider Abstraction.
This commit is contained in:
13
Oqtane.Client/Providers/QuillJSTextEditorProvider.cs
Normal file
13
Oqtane.Client/Providers/QuillJSTextEditorProvider.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Oqtane.Interfaces;
|
||||
|
||||
namespace Oqtane.Providers
|
||||
{
|
||||
public class QuillJSTextEditorProvider : ITextEditorProvider
|
||||
{
|
||||
public string Name => "QuillJS";
|
||||
|
||||
public string EditorType => "Oqtane.Modules.Controls.QuillJSTextEditor, Oqtane.Client";
|
||||
|
||||
public string SettingsType => "Oqtane.Modules.Controls.QuillJSTextEditorSettings, Oqtane.Client";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user