Sha256: e7954d5ea1e2586e8bfe3d3e88ea73cd41684cb531eddb2447077711c10ce932

Contents?: true

Size: 1.35 KB

Versions: 2

Compression:

Stored size: 1.35 KB

Contents

Typus.setup do |config|

  # Application name.
  # config.admin_title = "Typus"
  # config.admin_sub_title = ""

  # When mailer_sender is set, password recover is enabled. This email
  # address will be used in Admin::Mailer.
  #
  # Remember to setup the default url options for your specific environment
  # Here is an example of development environment:
  #
  #     config.action_mailer.default_url_options = { :host => 'localhost:3000' }
  #
  # This is a required Rails configuration. In production it must be the actual
  # actual host of your application.
  #
  # 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"

  # Define subdomain to use instead of additional path
  # config.subdomain = "admin"

  # Pagination options: These options are passed to the pagination method
  # which can be Kaminari or WillPaginate.
  # config.pagination = { :previous_label => "← " + Typus::I18n.t("Previous"),
  #                       :next_label => Typus::I18n.t("Next") + " →" }

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typus-3.1.10 lib/generators/templates/config/initializers/typus.rb
typus-3.1.9 lib/generators/templates/config/initializers/typus.rb