From 41daeaf9350f553b5090625479397a8832ddd8ed Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Tue, 12 Sep 2023 15:05:11 +0300 Subject: [PATCH] Update Configuration.php --- src/Configuration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Configuration.php b/src/Configuration.php index 9e3b89f..32e96c6 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -53,6 +53,7 @@ trait Configuration * \LaraZeus\Sky\Editors\TipTapEditor::class, * \LaraZeus\Sky\Editors\TinyEditor::class, * \LaraZeus\Sky\Editors\MarkdownEditor::class, + * \LaraZeus\Sky\Editors\RichEditor::class, */ protected string $editor = Editors\MarkdownEditor::class;