Skip to content

Commit e4169e3

Browse files
authored
Update README.md
1 parent 5c8f8be commit e4169e3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,14 @@ file `config/nova-tinymce-editor.php`:
193193
'images_upload_url' => '/nova-vendor/murdercode/tinymce/upload',
194194

195195
// Set the following to true
196-
'extra' => [
197-
'upload_images' => [
198-
'enabled' => true,
196+
'extra' => [
197+
'upload_images' => [
198+
'enabled' => false, // Uncomment to enable
199+
'folder' => 'images',
200+
'maxSize' => 2048, // KB
201+
'disk' => 'public',
202+
],
203+
],
199204
```
200205

201206
Please be sure that `image` plugin and toolbar button are enabled in your config file.

0 commit comments

Comments
 (0)