Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkdesign authored Sep 13, 2023
1 parent 888afcb commit 6e6c384
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 @@ -155,7 +155,7 @@ FileController Route - No Download option.
Its now possible to add "inline" to the filecontroller request.
This is done using the $file->getUrl(true) function option.
Use this in column actions if you want to directly display the file in the browser instead of download it.
This also helps with preview configs as one no longer has to wrap the getUrl in an image tag to stop the download.
This also helps with preview configs as one no longer has to wrap the getUrl() in an image tag to stop the download of other filetypes.
```
ex:
foreach ($this->getFiles() as $file) {
Expand Down

0 comments on commit 6e6c384

Please sign in to comment.