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