Sha256: b0042e62a1f9c080e3a97c08b79ed6521e0ab410d182d8d1d3701cd36e3bfe1f
Contents?: true
Size: 738 Bytes
Versions: 4
Compression:
Stored size: 738 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' # The parent controller all frontend Spina controllers inherit from # Defaults to ApplicationController # config.frontend_parent_controller = "ApplicationController" # 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
4 entries across 4 versions & 1 rubygems