core.entity_form_display.user.user.default.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. uuid: 1c56abbe-9848-4bae-a7e2-6111c2411799
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.user.user.field_company
  7. - field.field.user.user.field_memo
  8. - field.field.user.user.field_showroom
  9. module:
  10. - path
  11. - user
  12. id: user.user.default
  13. targetEntityType: user
  14. bundle: user
  15. mode: default
  16. content:
  17. account:
  18. weight: 0
  19. region: content
  20. settings: { }
  21. third_party_settings: { }
  22. contact:
  23. weight: 6
  24. region: content
  25. settings: { }
  26. third_party_settings: { }
  27. field_company:
  28. weight: 1
  29. settings:
  30. match_operator: CONTAINS
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. type: entity_reference_autocomplete
  35. region: content
  36. field_memo:
  37. weight: 3
  38. settings:
  39. rows: 5
  40. placeholder: ''
  41. third_party_settings: { }
  42. type: string_textarea
  43. region: content
  44. field_showroom:
  45. weight: 2
  46. settings:
  47. match_operator: CONTAINS
  48. size: 60
  49. placeholder: ''
  50. third_party_settings: { }
  51. type: entity_reference_autocomplete
  52. region: content
  53. language:
  54. weight: 4
  55. region: content
  56. settings: { }
  57. third_party_settings: { }
  58. matomo:
  59. weight: 5
  60. region: content
  61. settings: { }
  62. third_party_settings: { }
  63. path:
  64. type: path
  65. weight: 7
  66. region: content
  67. settings: { }
  68. third_party_settings: { }
  69. hidden:
  70. langcode: true