Sha256: 4325066e33c4a0f78afa510a3a599d247ee868c78a350a37dac243ff0875e66b
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 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 # 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 # Layout for 404 errors # config.error_404_layout "errors" # Custom file embedder # config.file_embedder PagesCore::FileEmbedder end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pages_core-3.5.1 | lib/rails/generators/pages_core/install/templates/pages_initializer.rb |