Sha256: 2e231bcbe157ed694e42523fd66aac8c0669c797f47f0b8a88765a0c691a3f2c
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
Workarea.configure do |config| config.theme = { color_schemes: ['nvy', 'neutral', 'vermillion'], color_scheme: 'nvy', font_stacks: { overpass: '"Overpass", "Helvetica", "Helvetica Neue", sans-serif', lora: '"Lora", "Times New Roman", "Georgia", serif', roboto: '"Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif', hind: '"Hind", Helvetica, Arial, sans-serif', source_serif_pro: '"Source Serif Pro", "Times New Roman", Georgia, serif', muli: '"Muli", Helvetica, Arial, sans-serif', playfair_display: '"Playfair Display", "Times New Roman", Georgia, serif' }, primary_font_family: 'lora', secondary_font_family: 'overpass' } # Default page size for products config.per_page = 18 # Number of recommendations to show on the detail page config.detail_page_recommendations_count = 4 # Number of recommendations to show in the personalized recommendations # content block config.personalized_recommendations_count = 4 # Number of recommendations to show in transactional emails config.email_recommendations_count = 4 # Number of recommendations to show on the cart config.cart_recommendations_count = 4 # How many products show in a category summary content block config.category_summary_product_count = 4 # How many products show in product insights content block config.product_insights_count = 4 end
Version data entries
5 entries across 5 versions & 1 rubygems