You are here

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

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

File

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