Sha256: 21e55fe62b598a2364d779ca7d5fd08855a907f8668fb5eec69d91ac0268f43b
Contents?: true
Size: 745 Bytes
Versions: 5
Compression:
Stored size: 745 Bytes
Contents
Enjoy::News.configure do |config| ##### defaults ##### # config.news_image_styles = { # main: '400x200>', # thumb: '200x100>' # } # config.category_image_styles = { # main: '400x200>', # thumb: '200x100>' # } # config.images_image_styles = { # main: '400x200>', # thumb: '200x100>' # } # # config.news_per_page = 10 # config.news_excerpt = 12 # config.news_content_required = true # # config.gallery_support = defined? Enjoy::Gallery # config.seo_support = defined? Enjoy::Seo # config.pages_support = defined? Enjoy::Pages # # config.can_connect_news_with_pages = true # config.can_connect_category_with_pages = true # # config.localize = Enjoy.config.localize end
Version data entries
5 entries across 5 versions & 1 rubygems