Sha256: 91637efd156cf1d47359ea7c4390a584e293d1194649850a7a253aa8b040baaf
Contents?: true
Size: 498 Bytes
Versions: 7
Compression:
Stored size: 498 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 end
Version data entries
7 entries across 7 versions & 2 rubygems