core.entity_form_display.profile.customer.default.yml 971 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. uuid: 645923fc-aa1c-4e50-977b-88092d3f7047
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.profile.customer.address
  7. - field.field.profile.customer.phone
  8. - field.field.profile.customer.tax_number
  9. - profile.type.customer
  10. module:
  11. - address
  12. - commerce_tax
  13. - telephone
  14. enforced:
  15. module:
  16. - commerce_order
  17. _core:
  18. default_config_hash: 7mnnVkJkUSPhil9xoiTfdTivMqxCUloT_71AHWNUbJg
  19. id: profile.customer.default
  20. targetEntityType: profile
  21. bundle: customer
  22. mode: default
  23. content:
  24. address:
  25. type: address_default
  26. weight: 0
  27. region: content
  28. settings:
  29. wrapper_type: details
  30. third_party_settings: { }
  31. phone:
  32. type: telephone_default
  33. weight: 2
  34. region: content
  35. settings:
  36. placeholder: ''
  37. third_party_settings: { }
  38. tax_number:
  39. type: commerce_tax_number_default
  40. weight: 1
  41. region: content
  42. settings: { }
  43. third_party_settings: { }
  44. hidden:
  45. is_default: true