Sha256: d67d615601b6afc18d5ec2f3d39769d7e0658794c328bc2e92d870664f9d2821
Contents?: true
Size: 925 Bytes
Versions: 18
Compression:
Stored size: 925 Bytes
Contents
Typus.setup do |config| # Application name. config.admin_title = "<%= options[:admin_title] %>" # config.admin_sub_title = "" # When mailer_sender is set, password recover is enabled. This email # address will be used in Admin::Mailer. # config.mailer_sender = "admin@example.com" # Define paperclip attachment styles. # config.file_preview = :medium # config.file_thumbnail = :thumb # Authentication: +:none+, +:http_basic+ # Run `rails g typus:migration` if you need an advanced authentication system. # config.authentication = :none # Define username and password for +:http_basic+ authentication # config.username = "admin" # config.password = "columbia" # Pagination options: These options are passed to `kaminari`. # config.pagination = { :previous_label => "← " + Typus::I18n.t("Previous"), # :next_label => Typus::I18n.t("Next") + " →" } end
Version data entries
18 entries across 18 versions & 1 rubygems