From e4169e3af51a43feb2e28a3bb0a226d33bbd5b26 Mon Sep 17 00:00:00 2001 From: Stefano Novelli Date: Tue, 18 Jun 2024 18:44:24 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7154a84..a79c778 100644 --- a/README.md +++ b/README.md @@ -193,9 +193,14 @@ file `config/nova-tinymce-editor.php`: 'images_upload_url' => '/nova-vendor/murdercode/tinymce/upload', // Set the following to true -'extra' => [ - 'upload_images' => [ - 'enabled' => true, + 'extra' => [ + 'upload_images' => [ + 'enabled' => false, // Uncomment to enable + 'folder' => 'images', + 'maxSize' => 2048, // KB + 'disk' => 'public', + ], + ], ``` Please be sure that `image` plugin and toolbar button are enabled in your config file.