You are here

commerce_variation_add_to_cart.schema.yml in Commerce Variation Add to Cart 8

config/schema/commerce_variation_add_to_cart.schema.yml

File

config/schema/commerce_variation_add_to_cart.schema.yml
View source
  1. field.formatter.settings.variation_add_to_cart:
  2. type: mapping
  3. label: 'Commerce Variation Add to Cart Formatter settings'
  4. mapping:
  5. show_quantity:
  6. type: boolean
  7. label: 'Show quantity'
  8. show_price:
  9. type: boolean
  10. label: 'Show price'
  11. show_currency:
  12. type: boolean
  13. label: 'Show currency'
  14. price_format:
  15. type: integer
  16. label: 'Price format'
  17. attributes:
  18. type: sequence
  19. label: 'Attributes'
  20. sequence:
  21. type: string
  22. label: 'Attribute ID'