core.entity_view_display.commerce_product_variation.materio_product_variation_type.default.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. uuid: ea845d51-d640-47f1-bd80-224114b48e8b
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - commerce_product.commerce_product_variation_type.materio_product_variation_type
  7. - field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
  8. - field.field.commerce_product_variation.materio_product_variation_type.field_description
  9. - field.field.commerce_product_variation.materio_product_variation_type.license_expiration
  10. - field.field.commerce_product_variation.materio_product_variation_type.license_type
  11. - field.field.commerce_product_variation.materio_product_variation_type.subscription_type
  12. module:
  13. - commerce_price
  14. - commerce_variation_cart_form
  15. - text
  16. third_party_settings:
  17. commerce_variation_cart_form:
  18. combine: '1'
  19. id: commerce_product_variation.materio_product_variation_type.default
  20. targetEntityType: commerce_product_variation
  21. bundle: materio_product_variation_type
  22. mode: default
  23. content:
  24. commerce_variation_cart_form:
  25. weight: 3
  26. region: content
  27. settings: { }
  28. third_party_settings: { }
  29. field_description:
  30. weight: 2
  31. label: hidden
  32. settings: { }
  33. third_party_settings: { }
  34. type: text_default
  35. region: content
  36. price:
  37. label: hidden
  38. type: commerce_price_default
  39. weight: 1
  40. region: content
  41. settings:
  42. strip_trailing_zeroes: false
  43. currency_display: symbol
  44. third_party_settings: { }
  45. title:
  46. type: string
  47. weight: 0
  48. region: content
  49. label: hidden
  50. settings:
  51. link_to_entity: true
  52. third_party_settings: { }
  53. hidden:
  54. billing_schedule: true
  55. langcode: true
  56. license_expiration: true
  57. license_type: true
  58. list_price: true
  59. product_id: true
  60. sku: true
  61. subscription_type: true