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
1 string reference to 'core.entity_view_display.profile.customer.default'
- commerce_order_post_update_3 in modules/
order/ commerce_order.post_update.php - Revert the Order and Profile entity view displays.
File
modules/order/config/install/core.entity_view_display.profile.customer.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.profile.customer.address
- - profile.type.customer
- enforced:
- module:
- - commerce_order
- module:
- - address
- id: profile.customer.default
- targetEntityType: profile
- bundle: customer
- mode: default
- content:
- address:
- type: address_default
- weight: 0
- label: hidden
- settings: { }
- third_party_settings: { }
- region: content
- hidden: { }