Sha256: 94134782bf0b76c1f995e0ad156c1bee337299b747052ab3901f50b3f283c517
Contents?: true
Size: 563 Bytes
Versions: 11
Compression:
Stored size: 563 Bytes
Contents
Spina.configure do |config| # Set locales config.locales = [:en] # Run `rake spina:update_translations` after you add any new locale. # Important Note # ============== # You MUST restart your server before changes to this file # will take effect. # Specify a backend path. Defaults to /admin. # config.backend_path = 'admin' # Pages Options # =============== # Note that you might need to remove cached asset after changing this value # config.max_page_depth = 5 # Base css color for Spina config.primary_color = '#6865b4' end
Version data entries
11 entries across 11 versions & 1 rubygems