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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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.field_multiple
  10. - field.field.commerce_product_variation.materio_product_variation_type.license_expiration
  11. - field.field.commerce_product_variation.materio_product_variation_type.license_type
  12. - field.field.commerce_product_variation.materio_product_variation_type.subscription_type
  13. module:
  14. - commerce_price
  15. - commerce_variation_cart_form
  16. - text
  17. third_party_settings:
  18. commerce_variation_cart_form:
  19. combine: '1'
  20. id: commerce_product_variation.materio_product_variation_type.default
  21. targetEntityType: commerce_product_variation
  22. bundle: materio_product_variation_type
  23. mode: default
  24. content:
  25. commerce_variation_cart_form:
  26. weight: 4
  27. region: content
  28. settings: { }
  29. third_party_settings: { }
  30. field_description:
  31. weight: 1
  32. label: hidden
  33. settings: { }
  34. third_party_settings: { }
  35. type: text_default
  36. region: content
  37. field_multiple:
  38. type: boolean
  39. weight: 3
  40. region: content
  41. label: hidden
  42. settings:
  43. format: default
  44. format_custom_true: ''
  45. format_custom_false: ''
  46. third_party_settings: { }
  47. price:
  48. type: commerce_price_default
  49. weight: 2
  50. region: content
  51. label: hidden
  52. settings:
  53. strip_trailing_zeroes: false
  54. currency_display: symbol
  55. third_party_settings: { }
  56. title:
  57. type: string
  58. weight: 0
  59. region: content
  60. label: hidden
  61. settings:
  62. link_to_entity: true
  63. third_party_settings: { }
  64. hidden:
  65. billing_schedule: true
  66. langcode: true
  67. license_expiration: true
  68. license_type: true
  69. list_price: true
  70. product_id: true
  71. search_api_excerpt: true
  72. sku: true
  73. subscription_type: true