From 7859806483159a25dc269bccd2aeab7e7b29a227 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 10 Jun 2018 11:45:53 +0900 Subject: [PATCH] Update `config.active_storage.variable_content_types` default value in guides [ci skip] Follow up of 3915a47. --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 4d8883a7bd..14cdebd62c 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -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)`.