12345678910111213141516171819202122232425262728293031323334353637383940 |
- uuid: 7876efd4-1c9a-4a9a-ad6d-bfb9c2e12de2
- langcode: en
- status: true
- dependencies:
- config:
- - 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
- _core:
- default_config_hash: '-D8G44VGLIAIFvoHm_u7-Awnie4iCenOWfldrpNy_ys'
- 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
- tax_number:
- type: commerce_tax_number_default
- settings:
- show_verification: false
- weight: 1
- label: above
- third_party_settings: { }
- region: content
- hidden:
- phone: true
- search_api_excerpt: true
|