core.entity_form_display.user.user.register.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. - path
  14. - user
  15. id: user.user.register
  16. targetEntityType: user
  17. bundle: user
  18. mode: register
  19. content:
  20. account:
  21. weight: 0
  22. region: content
  23. settings: { }
  24. third_party_settings: { }
  25. field_company:
  26. weight: 1
  27. settings:
  28. match_operator: CONTAINS
  29. size: 60
  30. placeholder: ''
  31. match_limit: 10
  32. third_party_settings: { }
  33. type: entity_reference_autocomplete
  34. region: content
  35. field_member_type:
  36. weight: 4
  37. settings: { }
  38. third_party_settings: { }
  39. type: options_select
  40. region: content
  41. field_memo:
  42. weight: 3
  43. settings:
  44. rows: 5
  45. placeholder: ''
  46. third_party_settings: { }
  47. type: string_textarea
  48. region: content
  49. field_showroom:
  50. weight: 2
  51. settings:
  52. match_operator: CONTAINS
  53. size: 60
  54. placeholder: ''
  55. match_limit: 10
  56. third_party_settings: { }
  57. type: entity_reference_autocomplete
  58. region: content
  59. language:
  60. weight: 6
  61. region: content
  62. settings: { }
  63. third_party_settings: { }
  64. matomo:
  65. weight: 7
  66. region: content
  67. settings: { }
  68. third_party_settings: { }
  69. path:
  70. type: path
  71. weight: 7
  72. region: content
  73. settings: { }
  74. third_party_settings: { }
  75. simplenews:
  76. weight: 5
  77. region: content
  78. settings: { }
  79. third_party_settings: { }
  80. hidden:
  81. commerce_remote_id: true
  82. contact: true
  83. contact_company_profiles: true
  84. customer_profiles: true
  85. langcode: true
  86. member_profiles: true