You are here

core.entity_view_display.commerce_product_variation.clothing.default.yml in Commerce Demo 8

config/install/core.entity_view_display.commerce_product_variation.clothing.default.yml

File

config/install/core.entity_view_display.commerce_product_variation.clothing.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - commerce_product.commerce_product_variation_type.clothing
  6. - field.field.commerce_product_variation.clothing.attribute_color
  7. - field.field.commerce_product_variation.clothing.attribute_size
  8. - field.field.commerce_product_variation.clothing.field_images
  9. - field.field.commerce_product_variation.clothing.weight
  10. - image.style.product
  11. module:
  12. - commerce_price
  13. - image
  14. id: commerce_product_variation.clothing.default
  15. targetEntityType: commerce_product_variation
  16. bundle: clothing
  17. mode: default
  18. content:
  19. field_images:
  20. weight: 0
  21. label: hidden
  22. settings:
  23. image_style: product
  24. image_link: ''
  25. third_party_settings: { }
  26. type: image
  27. region: content
  28. price:
  29. label: hidden
  30. type: commerce_price_calculated
  31. weight: 1
  32. region: content
  33. settings:
  34. strip_trailing_zeroes: false
  35. currency_display: symbol
  36. adjustment_types: { }
  37. third_party_settings: { }
  38. hidden:
  39. attribute_color: true
  40. attribute_size: true
  41. product_id: true
  42. sku: true
  43. title: true
  44. weight: true