Sha256: 7be2ed740f925777f1e954713e9e1ae7f7de835390bb9f77c588c4f728d13719
Contents?: true
Size: 356 Bytes
Versions: 57
Compression:
Stored size: 356 Bytes
Contents
# frozen_string_literal: true module Spree class FrontendConfiguration < Preferences::Configuration preference :locale, :string, default: 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
57 entries across 57 versions & 1 rubygems