spec/dummy/config/alchemy/config.yml in alchemy-devise-3.4.0 vs spec/dummy/config/alchemy/config.yml in alchemy-devise-3.5.0.beta
- old
+ new
@@ -59,25 +59,25 @@
#
url_nesting: true
# === Picture rendering settings
#
-# Alchemy uses Dragonfly to render images. Use {:image_size => "XXXxYYY", :crop => BOOLEAN [true]} to resize images.
+# Alchemy uses Dragonfly to render images. Use {size: "XXXxYYY", crop: BOOLEAN [true]} to resize images.
#
# See http://markevans.github.com/dragonfly for further infos.
#
# ==== Options:
#
# output_image_jpg_quality [Integer] # If image gets rendered as JPG this is the quality setting for it. (Default 85)
# preprocess_image_resize [String] # Use this option to resize images to that value. Downsizing example: '1000x1000>' (Default nil)
-# image_output_format [String] # The global image output format setting.
+# image_output_format [String] # The global image output format setting. (Default +original+)
#
-# NOTE: You can always override the output format in the options of your Essence. I.E. {:format => :gif}
+# NOTE: You can always override the output format in the options of your Essence. I.E. {format: 'gif'}
#
output_image_jpg_quality: 85
preprocess_image_resize:
-image_output_format: jpg
+image_output_format: original
# This is used by the seeder to create the default site.
default_site:
name: Default Site
host: '*'
@@ -159,9 +159,10 @@
alchemy/pictures:
- jpg
- jpeg
- gif
- png
+ - svg
# === Link Target Options
#
# Values for the link target selectbox inside the page link overlay.
# The value gets attached as a data-link-target attribute to the link.