Sha256: e14b295e6eb57ac1b085304ef435b6fba7c36a4d7f672244d313ba79bdbf9771

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

# encoding: utf-8

# Be sure to restart your web server when you modify this file.

PagesCore.configure do |config|
  # Site name and default mail sender
  config.site_name "<%= @site_name %>"
  config.default_sender "<%= @default_sender %>"

  # Localizations (default: disabled)
  # config.localizations :disabled

  # Locales and names
  # config.locales(nb: 'Norwegian', en: 'English')

  # ReCAPTCHA (default: disabled)
  # config.recaptcha :disabled

  # Page cache (default: enabled)
  # config.page_cache :enabled

  # Domain based page cache (default: disabled)
  # config.domain_based_cache :disabled

  # Scoped path for pages (default: nil)
  # config.pages_path_scope "/foo"

  # Fulltext in RSS feeds (default: disabled)
  # config.rss_fulltext :disabled

  # New pages will be created by the user with this email address:
  # config.default_author "email@example.com"

  # Send notifications when new comments are posted
  # config :comment_notifications,  [:author, 'your@email.com']

  # Automatically close comments after a certain amount of time has
  # passed. (default: disabled)
  # config.close_comments_after 60.days

  # Comment honeypot.
  # Add <%%= comment_honeypot_field %> to your form
  # and .comment_email { display: none; } to your CSS.
  # config.comment_honeypot :disabled
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pages_core-3.4.3 lib/rails/generators/pages_core/install/templates/pages_initializer.rb
pages_core-3.4.2 lib/rails/generators/pages_core/install/templates/pages_initializer.rb