Sha256: 2ca9e2bde91bf073a4d468f38ceb20924491e0fd2470aa8a3c6539986d6bb4f8
Contents?: true
Size: 381 Bytes
Versions: 41
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true module Spree class FrontendConfiguration < Preferences::Configuration preference :locale, :string, default: Rails.application.config.i18n.default_locale # Add your terms and conditions in app/views/spree/checkout/_terms_and_conditions.en.html.erb preference :require_terms_and_conditions_acceptance, :boolean, default: false end end
Version data entries
41 entries across 41 versions & 2 rubygems