Sha256: d20fe5e0b5d89fe479243b475b44ee0e38313363e88bd23562ea2ce9f44cc67f
Contents?: true
Size: 529 Bytes
Versions: 6
Compression:
Stored size: 529 Bytes
Contents
# frozen_string_literal: true 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
6 entries across 6 versions & 1 rubygems