core.entity_form_display.commerce_product.default.default.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. uuid: 365f716b-fef4-464c-884b-323a60d1daf0
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - commerce_product.commerce_product_type.default
  7. - field.field.commerce_product.default.body
  8. - field.field.commerce_product.default.stores
  9. - field.field.commerce_product.default.variations
  10. module:
  11. - commerce
  12. - path
  13. - text
  14. _core:
  15. default_config_hash: D83rjMOLFN_QzOmcrOY8Ro8bAguEQmmTq7wIcj3gLI8
  16. id: commerce_product.default.default
  17. targetEntityType: commerce_product
  18. bundle: default
  19. mode: default
  20. content:
  21. body:
  22. type: text_textarea_with_summary
  23. weight: 2
  24. settings:
  25. rows: 9
  26. summary_rows: 3
  27. placeholder: ''
  28. third_party_settings: { }
  29. region: content
  30. created:
  31. type: datetime_timestamp
  32. weight: 5
  33. settings: { }
  34. third_party_settings: { }
  35. region: content
  36. langcode:
  37. type: language_select
  38. weight: 3
  39. region: content
  40. settings: { }
  41. third_party_settings: { }
  42. path:
  43. type: path
  44. weight: 7
  45. settings: { }
  46. third_party_settings: { }
  47. region: content
  48. status:
  49. type: boolean_checkbox
  50. weight: 8
  51. region: content
  52. settings:
  53. display_label: true
  54. third_party_settings: { }
  55. stores:
  56. type: commerce_entity_select
  57. weight: 0
  58. settings:
  59. hide_single_entity: true
  60. autocomplete_threshold: 7
  61. autocomplete_size: 60
  62. autocomplete_placeholder: ''
  63. third_party_settings: { }
  64. region: content
  65. title:
  66. type: string_textfield
  67. weight: 1
  68. settings:
  69. size: 60
  70. placeholder: ''
  71. third_party_settings: { }
  72. region: content
  73. uid:
  74. type: entity_reference_autocomplete
  75. weight: 4
  76. settings:
  77. match_operator: CONTAINS
  78. size: 60
  79. placeholder: ''
  80. third_party_settings: { }
  81. region: content
  82. hidden:
  83. variations: true