Skip to content

Commit 25688aa

Browse files
committed
Add missing storage_adapter config to installer
1 parent 9f72b0a commit 25688aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/generators/alchemy/install/templates/alchemy.rb.tt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,8 @@ Alchemy.configure do |config|
193193

194194
# The sizes for the preview size select in the page editor.
195195
# config.page_preview_sizes = <%= @default_config.page_preview_sizes.inspect %>
196+
197+
# The storage adapter for Pictures and Attachments
198+
#
199+
config.storage_adapter = <%= @default_config.storage_adapter.inspect %>
196200
end

0 commit comments

Comments
 (0)