Sha256: d148c134f129d8cc32678fdfc2d3c9907f4a7335a7342a4d91b47f8653ee9b3d

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

Refinery::Inquiries.configure do |config|
  # Configure whether to show privacy link
  # config.show_contact_privacy_link = <%= Refinery::Inquiries.show_contact_privacy_link.inspect %>

  # Configure whether to show phone number field
  # config.show_phone_number_field = <%= Refinery::Inquiries.show_phone_number_field.inspect %>

  # Configure whether to show form field placeholders
  # config.show_placeholders = <%= Refinery::Inquiries.show_placeholders.inspect %>

  # Configure whether inquiries marked as spam should also send a notification mail
  # config.send_notifications_for_inquiries_marked_as_spam = <%= Refinery::Inquiries.send_notifications_for_inquiries_marked_as_spam.inspect %>

  # Configure name in 'from' email address
  # config.from_name = <%= Refinery::Inquiries.from_name.inspect %>

  # Configure the URLs to use for the inquiry functionality.
  # config.post_path           = <%= Refinery::Inquiries.post_path.inspect %>
  # config.page_path_new       = <%= Refinery::Inquiries.page_path_new.inspect %>
  # config.page_path_thank_you = <%= Refinery::Inquiries.page_path_thank_you.inspect %>

  # Toggle the spam filter
  # config.filter_spam = <%= Refinery::Inquiries.filter_spam.inspect %>
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
refinerycms-inquiries-3.0.1 lib/generators/refinery/inquiries/templates/config/initializers/refinery/inquiries.rb.erb
refinerycms-inquiries-3.0.0 lib/generators/refinery/inquiries/templates/config/initializers/refinery/inquiries.rb.erb