Skip to content

Commit 05e5d08

Browse files
committed
Update default value for content_types_allowed_inline in guides
1 parent 3700aa9 commit 05e5d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2950,7 +2950,7 @@ Accepts an array of strings indicating the content types that Active Storage all
29502950
By default, this is defined as:
29512951
29522952
```ruby
2953-
config.active_storage.content_types_allowed_inline = %w(image/png image/gif image/jpeg image/tiff image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf)
2953+
config.active_storage.content_types_allowed_inline = %w(image/webp image/avif image/png image/gif image/jpeg image/tiff image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf)
29542954
```
29552955
29562956
#### `config.active_storage.queues.analysis`

0 commit comments

Comments
 (0)