You are here

core.entity_view_display.profile.customer.admin.yml in Commerce Core 8.2

modules/order/config/install/core.entity_view_display.profile.customer.admin.yml

File

modules/order/config/install/core.entity_view_display.profile.customer.admin.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_view_mode.profile.admin
  6. - field.field.profile.customer.address
  7. - profile.type.customer
  8. enforced:
  9. module:
  10. - commerce_order
  11. module:
  12. - address
  13. id: profile.customer.admin
  14. targetEntityType: profile
  15. bundle: customer
  16. mode: admin
  17. content:
  18. address:
  19. type: address_default
  20. weight: 0
  21. label: hidden
  22. settings: { }
  23. third_party_settings: { }
  24. region: content
  25. hidden: { }