Sha256: 967a483922bee0aa0cd0309786ec137d8e262ffe32c3dba585420ba7a7a709fb

Contents?: true

Size: 765 Bytes

Versions: 3

Compression:

Stored size: 765 Bytes

Contents

Para.config do |config|
  # Configure authentication method to be called when accessing the admin panel
  # config.authenticate_admin_method = :authenticate_admin!

  # Configure the method to retrieve current admin user from
  # config.current_admin_method = :current_admin_user

  # Configure the default Kaminari pagination theme to use
  # config.pagination_theme = 'twitter-bootstrap-3'

  # Configure the default admin HTML page <title>
  # config.admin_title = I18n.t('para.admin.title')

  # Configure the default max depth for trees
  # config.default_tree_max_depth = 3

  # Configure the methods which Para will try to call on resources to fetch
  # their name.
  #
  # Default is [:name, :title]
  #
  # config.resource_name_methods += [:full_name]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
para-0.5.1 lib/generators/para/install/templates/initializer.rb
para-0.5.0 lib/generators/para/install/templates/initializer.rb
para-0.4.0 lib/generators/para/install/templates/initializer.rb