Sha256: 8065a892d3c1db660478fad5df073108e499a26242673049ab30783e042082a5

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spina-admin-conferences-blog-0.3.1 spec/dummy/config/initializers/spina.rb