Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode authored Jun 18, 2024
1 parent 5c8f8be commit e4169e3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e4169e3

Please sign in to comment.