core.entity_form_display.user.user.register.yml 1.7 KB

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