Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
'disk' => 'public',
murdercode authored Jun 18, 2024
1 parent 36a97ac commit 5c8f8be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ and dynamic editing capabilities.

## Features

* 📷 Upload images support in local *(BETA)*
* 📷 Upload images support *(BETA)*
* 🌙 Dark mode support
* 🔀 Switch between 5 or 6 versions of TinyMCE
* ❌ Can be disabled (by passing readonly() to make method)
@@ -127,6 +127,7 @@ return [
'enabled' => false, // Uncomment to enable
'folder' => 'images',
'maxSize' => 2048, // KB
'disk' => 'public',
],
],
];

0 comments on commit 5c8f8be

Please sign in to comment.