Sha256: 1cd819ab1b02958b6fd2030982e5048224f96294af00dae905df18ec52a77f3c
Contents?: true
Size: 1.13 KB
Versions: 22
Compression:
Stored size: 1.13 KB
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] # Configure the theme navigation bar color not gray but blue darker # # config.dark_theme = true # Set if the Para::Breadcrumb::Controller module should be included into the # app, allowing easy breadcrumbs management in the app. # # Default is true # # config.enable_app_breadcrumbs = false # Para plugins to load # # config.plugins = [] end
Version data entries
22 entries across 22 versions & 1 rubygems