lib/ecm/blog/configuration.rb in ecm_blog-1.2.1 vs lib/ecm/blog/configuration.rb in ecm_blog-1.3.0

- old
+ new

@@ -11,8 +11,9 @@ mattr_accessor(:base_controller) { '::FrontendController' } mattr_accessor(:creator_class_name) { 'User' } mattr_accessor(:posts_index_page_title_proc) { ->(view) { view.resource_class.model_name.human(count: :other) } } mattr_accessor(:pagination_options_proc) { ->(view) { { theme: 'twitter-bootstrap-3' } } } + mattr_accessor(:preview_picture_asset_variant_options) { { resize: '320x240' } } end end end