Sha256: 7f579996e3772aed25a8b3f8fa01825fa0a730cee48c0d18ddb6ebf1e28af08f
Contents?: true
Size: 494 Bytes
Versions: 57
Compression:
Stored size: 494 Bytes
Contents
module Cmor::Galleries module Configuration def configure yield self end mattr_accessor(:base_controller) { '::FrontendController' } mattr_accessor(:galleries_helper_render_default_options) { { variant_options: {}, show_details: false } } mattr_accessor(:pictures_helper_render_default_options) { { image_tag_only: true } } mattr_accessor(:thumbnail_variant_options) { { combine_options: { resize: "384x216^", extent: "384x216", gravity: "center"} } } end end
Version data entries
57 entries across 57 versions & 1 rubygems