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

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