You are here

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

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

File

config/install/core.entity_form_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.thumbnail
  11. module:
  12. - commerce_price
  13. - image
  14. - physical
  15. id: commerce_product_variation.clothing.default
  16. targetEntityType: commerce_product_variation
  17. bundle: clothing
  18. mode: default
  19. content:
  20. attribute_color:
  21. type: options_select
  22. weight: 3
  23. settings: { }
  24. third_party_settings: { }
  25. region: content
  26. attribute_size:
  27. type: options_select
  28. weight: 4
  29. settings: { }
  30. third_party_settings: { }
  31. region: content
  32. field_images:
  33. weight: 6
  34. settings:
  35. progress_indicator: throbber
  36. preview_image_style: thumbnail
  37. third_party_settings: { }
  38. type: image_image
  39. region: content
  40. list_price:
  41. type: commerce_list_price
  42. weight: 1
  43. region: content
  44. settings: { }
  45. third_party_settings: { }
  46. price:
  47. type: commerce_price_default
  48. weight: 2
  49. region: content
  50. settings: { }
  51. third_party_settings: { }
  52. sku:
  53. type: string_textfield
  54. weight: 0
  55. region: content
  56. settings:
  57. size: 60
  58. placeholder: ''
  59. third_party_settings: { }
  60. status:
  61. type: boolean_checkbox
  62. weight: 7
  63. region: content
  64. settings:
  65. display_label: true
  66. third_party_settings: { }
  67. weight:
  68. type: physical_measurement_default
  69. weight: 5
  70. settings:
  71. default_unit: ''
  72. allow_unit_change: true
  73. third_party_settings: { }
  74. region: content
  75. hidden:
  76. created: true
  77. uid: true