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.
1 parent 9f72b0a commit 25688aaCopy full SHA for 25688aa
1 file changed
lib/generators/alchemy/install/templates/alchemy.rb.tt
@@ -193,4 +193,8 @@ Alchemy.configure do |config|
193
194
# The sizes for the preview size select in the page editor.
195
# 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 %>
200
end
0 commit comments