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

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. third_party_settings: { }
  30. phone:
  31. type: telephone_default
  32. weight: 2
  33. region: content
  34. settings:
  35. placeholder: ''
  36. third_party_settings: { }
  37. tax_number:
  38. type: commerce_tax_number_default
  39. weight: 1
  40. region: content
  41. settings: { }
  42. third_party_settings: { }
  43. hidden:
  44. is_default: true