# frozen_string_literal: true Spina.configure do |config| # Set locales config.locales = [:en, :de] # 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