Sha256: 343376ed4de4aeb1b9b4073873faf615971b7f8d3e352c692388ea8224be5431
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
# Configuration file for hermitage gem # Default config is used as base options hash for every gallery. # You can configure any of its options and they will be applied for every rendering. # # Hermitage.configs[:default].merge!({ # original: 'file.url', # thumbnail: 'file.url(:thumbnail)', # list_tag: :ul, # item_tag: :li, # list_class: 'thumbnails', # item_class: 'span4', # link_class: 'thumbnail', # image_class: nil, # each_slice: nil # }) # Also you can create your own configs that will be merged with default config to overwrite default options. # # E.g. when you write # # render_gallery_for @images # # :images config will be used. # # All available options are listed in default config above. # # Hermitage.configs[:images] = { # }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hermitage-0.0.3 | lib/generators/hermitage/templates/hermitage.rb |