You are here

dc_ajax_add_cart.schema.yml in Commerce Ajax Add to Cart 8

config/schema/dc_ajax_add_cart.schema.yml

File

config/schema/dc_ajax_add_cart.schema.yml
View source
  1. field.formatter.settings.dc_ajax_add_cart:
  2. type: mapping
  3. mapping:
  4. show_quantity:
  5. type: boolean
  6. label: 'Whether to display a quantity input field on the add to cart form.'
  7. default_quantity:
  8. type: string
  9. label: 'Default quantity'
  10. combine:
  11. type: boolean
  12. label: 'Whether to attempt to combine order items containing the same product variation'