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. type: entity_reference_autocomplete
  27. weight: 1
  28. region: content
  29. settings:
  30. match_operator: CONTAINS
  31. match_limit: 10
  32. size: 60
  33. placeholder: ''
  34. third_party_settings: { }
  35. field_member_type:
  36. type: options_select
  37. weight: 4
  38. region: content
  39. settings: { }
  40. third_party_settings: { }
  41. field_memo:
  42. type: string_textarea
  43. weight: 3
  44. region: content
  45. settings:
  46. rows: 5
  47. placeholder: ''
  48. third_party_settings: { }
  49. field_showroom:
  50. type: entity_reference_autocomplete
  51. weight: 2
  52. region: content
  53. settings:
  54. match_operator: CONTAINS
  55. match_limit: 10
  56. size: 60
  57. placeholder: ''
  58. third_party_settings: { }
  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