mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update config.active_storage.variable_content_types
default value in guides [ci skip]
Follow up of 3915a47
.
This commit is contained in:
parent
f4f9147b1e
commit
7859806483
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ normal Rails server.
|
|||
config.active_storage.paths[:ffprobe] = '/usr/local/bin/ffprobe'
|
||||
```
|
||||
|
||||
* `config.active_storage.variable_content_types` accepts an array of strings indicating the content types that Active Storage can transform through ImageMagick. The default is `%w(image/png image/gif image/jpg image/jpeg image/vnd.adobe.photoshop)`.
|
||||
* `config.active_storage.variable_content_types` accepts an array of strings indicating the content types that Active Storage can transform through ImageMagick. The default is `%w(image/png image/gif image/jpg image/jpeg image/vnd.adobe.photoshop image/vnd.microsoft.icon)`.
|
||||
|
||||
* `config.active_storage.content_types_to_serve_as_binary` accepts an array of strings indicating the content types that Active Storage will always serve as an attachment, rather than inline. The default is `%w(text/html
|
||||
text/javascript image/svg+xml application/postscript application/x-shockwave-flash text/xml application/xml application/xhtml+xml)`.
|
||||
|
|
Loading…
Reference in a new issue