core.entity_view_display.profile.customer.admin.yml 840 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. uuid: 58cd596e-c3dc-4770-a98d-3278874f0b62
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - core.entity_view_mode.profile.admin
  7. - field.field.profile.customer.address
  8. - field.field.profile.customer.phone
  9. - field.field.profile.customer.tax_number
  10. - profile.type.customer
  11. enforced:
  12. module:
  13. - commerce_order
  14. module:
  15. - address
  16. - commerce_tax
  17. id: profile.customer.admin
  18. targetEntityType: profile
  19. bundle: customer
  20. mode: admin
  21. content:
  22. address:
  23. type: address_default
  24. weight: 0
  25. label: hidden
  26. settings: { }
  27. third_party_settings: { }
  28. region: content
  29. tax_number:
  30. type: commerce_tax_number_default
  31. settings:
  32. show_verification: true
  33. weight: 1
  34. label: above
  35. third_party_settings: { }
  36. region: content
  37. hidden:
  38. phone: true
  39. search_api_excerpt: true