You are here

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

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

File

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