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