Skip to content

Commit

Permalink
Merge pull request #433 from bomshteyn/patch-1
Browse files Browse the repository at this point in the history
Update README.md: maxFileSize is Deprecated
  • Loading branch information
awcodes authored Jul 17, 2024
2 parents a5b8121 + 42ccc2a commit 84accde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ TiptapEditor::make('content')
->disk('string') // optional, defaults to config setting
->directory('string or Closure returning a string') // optional, defaults to config setting
->acceptedFileTypes(['array of file types']) // optional, defaults to config setting
->maxFileSize('integer in KB') // optional, defaults to config setting
->maxSize('integer in KB') // optional, defaults to config setting
->output(TiptapOutput::Html) // optional, change the format for saved data, default is html
->maxContentWidth('5xl')
->required();
Expand Down

0 comments on commit 84accde

Please sign in to comment.