We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
content_types_allowed_inline
1 parent 3700aa9 commit 05e5d08Copy full SHA for 05e5d08
guides/source/configuring.md
@@ -2950,7 +2950,7 @@ Accepts an array of strings indicating the content types that Active Storage all
2950
By default, this is defined as:
2951
2952
```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)
+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)
2954
```
2955
2956
#### `config.active_storage.queues.analysis`
0 commit comments