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

12345678910111213141516171819202122232425262728293031323334353637
  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. enforced:
  11. module:
  12. - commerce_order
  13. module:
  14. - address
  15. - commerce_tax
  16. _core:
  17. default_config_hash: 7mnnVkJkUSPhil9xoiTfdTivMqxCUloT_71AHWNUbJg
  18. id: profile.customer.default
  19. targetEntityType: profile
  20. bundle: customer
  21. mode: default
  22. content:
  23. address:
  24. type: address_default
  25. weight: 0
  26. settings: { }
  27. third_party_settings: { }
  28. region: content
  29. tax_number:
  30. type: commerce_tax_number_default
  31. weight: 1
  32. region: content
  33. settings: { }
  34. third_party_settings: { }
  35. hidden:
  36. is_default: true
  37. phone: true