You are here

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

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

File

config/install/core.entity_form_display.commerce_product.clothing.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - commerce_product.commerce_product_type.clothing
  6. - field.field.commerce_product.clothing.body
  7. - field.field.commerce_product.clothing.field_brand
  8. - field.field.commerce_product.clothing.field_product_categories
  9. - field.field.commerce_product.clothing.field_special_categories
  10. module:
  11. - commerce
  12. - path
  13. - text
  14. id: commerce_product.clothing.default
  15. targetEntityType: commerce_product
  16. bundle: clothing
  17. mode: default
  18. content:
  19. body:
  20. type: text_textarea_with_summary
  21. weight: 2
  22. settings:
  23. rows: 9
  24. summary_rows: 3
  25. placeholder: ''
  26. third_party_settings: { }
  27. region: content
  28. created:
  29. type: datetime_timestamp
  30. weight: 4
  31. region: content
  32. settings: { }
  33. third_party_settings: { }
  34. field_brand:
  35. weight: 7
  36. settings: { }
  37. third_party_settings: { }
  38. type: options_select
  39. region: content
  40. field_product_categories:
  41. weight: 8
  42. settings: { }
  43. third_party_settings: { }
  44. type: options_select
  45. region: content
  46. field_special_categories:
  47. weight: 9
  48. settings: { }
  49. third_party_settings: { }
  50. type: options_buttons
  51. region: content
  52. path:
  53. type: path
  54. weight: 6
  55. region: content
  56. settings: { }
  57. third_party_settings: { }
  58. status:
  59. type: boolean_checkbox
  60. settings:
  61. display_label: true
  62. weight: 10
  63. region: content
  64. third_party_settings: { }
  65. stores:
  66. type: commerce_entity_select
  67. weight: 0
  68. settings:
  69. hide_single_entity: true
  70. autocomplete_threshold: 7
  71. autocomplete_size: 60
  72. autocomplete_placeholder: ''
  73. third_party_settings: { }
  74. region: content
  75. title:
  76. type: string_textfield
  77. weight: 1
  78. region: content
  79. settings:
  80. size: 60
  81. placeholder: ''
  82. third_party_settings: { }
  83. uid:
  84. type: entity_reference_autocomplete
  85. weight: 3
  86. region: content
  87. settings:
  88. match_operator: CONTAINS
  89. size: 60
  90. placeholder: ''
  91. third_party_settings: { }
  92. hidden:
  93. variations: true