core.entity_form_display.user.user.default.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. uuid: 1c56abbe-9848-4bae-a7e2-6111c2411799
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.user.user.commerce_remote_id
  7. - field.field.user.user.field_company
  8. - field.field.user.user.field_member_type
  9. - field.field.user.user.field_memo
  10. - field.field.user.user.field_showroom
  11. module:
  12. - path
  13. - user
  14. id: user.user.default
  15. targetEntityType: user
  16. bundle: user
  17. mode: default
  18. content:
  19. account:
  20. weight: 0
  21. region: content
  22. settings: { }
  23. third_party_settings: { }
  24. field_company:
  25. type: entity_reference_autocomplete
  26. weight: 1
  27. region: content
  28. settings:
  29. match_operator: CONTAINS
  30. match_limit: 10
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. field_member_type:
  35. type: options_select
  36. weight: 4
  37. region: content
  38. settings: { }
  39. third_party_settings: { }
  40. field_memo:
  41. type: string_textarea
  42. weight: 3
  43. region: content
  44. settings:
  45. rows: 5
  46. placeholder: ''
  47. third_party_settings: { }
  48. field_showroom:
  49. type: entity_reference_autocomplete
  50. weight: 2
  51. region: content
  52. settings:
  53. match_operator: CONTAINS
  54. match_limit: 10
  55. size: 60
  56. placeholder: ''
  57. third_party_settings: { }
  58. language:
  59. weight: 6
  60. region: content
  61. settings: { }
  62. third_party_settings: { }
  63. matomo:
  64. weight: 7
  65. region: content
  66. settings: { }
  67. third_party_settings: { }
  68. path:
  69. type: path
  70. weight: 8
  71. region: content
  72. settings: { }
  73. third_party_settings: { }
  74. simplenews:
  75. weight: 5
  76. region: content
  77. settings: { }
  78. third_party_settings: { }
  79. timezone:
  80. weight: 7
  81. region: content
  82. settings: { }
  83. third_party_settings: { }
  84. hidden:
  85. commerce_remote_id: true
  86. contact: true
  87. contact_company_profiles: true
  88. customer_profiles: true
  89. google_analytics: true
  90. langcode: true
  91. member_profiles: true