123456789101112131415161718192021222324252627282930313233343536373839 |
- uuid: 58cd596e-c3dc-4770-a98d-3278874f0b62
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.profile.admin
- - field.field.profile.customer.address
- - field.field.profile.customer.phone
- - field.field.profile.customer.tax_number
- - profile.type.customer
- enforced:
- module:
- - commerce_order
- module:
- - address
- - commerce_tax
- 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
- tax_number:
- type: commerce_tax_number_default
- settings:
- show_verification: true
- weight: 1
- label: above
- third_party_settings: { }
- region: content
- hidden:
- phone: true
- search_api_excerpt: true
|