Sha256: 83db3d02ad0c4eed9d1ffd3aad2531e7b21ae8aaec2bbc5c1621b2f35d9a33f7
Contents?: true
Size: 863 Bytes
Versions: 3
Compression:
Stored size: 863 Bytes
Contents
Ecm::Galleries.configure do |config| # Set the base controller for the page controller # # Default: config.base_controller = '<%= base_controller_class_name %>' # config.base_controller = '<%= base_controller_class_name %>' # These options are the defaults that will be applied to when rendering # galleries through the galleries helper. # # Default: config.galleries_helper_render_default_options = { variant_options: {}, show_details: false } # config.base_controller = '<%= base_controller_class_name %>' # These options are the defaults that will be applied to when rendering # pictures through the pictures helper. # # Default: config.pictures_helper_render_default_options = { variant_options: {}, show_details: false } # config.pictures_helper_render_default_options = { variant_options: {}, show_details: false } end
Version data entries
3 entries across 3 versions & 1 rubygems