core.entity_form_display.commerce_order.physical.default.yml in Commerce Demo 8.2
Same filename and directory in other branches
config/install/core.entity_form_display.commerce_order.physical.default.yml
File
config/install/core.entity_form_display.commerce_order.physical.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - commerce_order.commerce_order_type.physical
- - field.field.commerce_order.physical.shipments
- module:
- - commerce_order
- - inline_entity_form
- id: commerce_order.physical.default
- targetEntityType: commerce_order
- bundle: physical
- mode: default
- content:
- adjustments:
- type: commerce_adjustment_default
- weight: 2
- region: content
- settings: { }
- third_party_settings: { }
- billing_profile:
- type: commerce_billing_profile
- weight: 0
- settings: { }
- region: content
- third_party_settings: { }
- cart:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 3
- region: content
- third_party_settings: { }
- order_items:
- type: inline_entity_form_complex
- weight: 1
- settings:
- override_labels: true
- label_singular: 'order item'
- label_plural: 'order items'
- form_mode: default
- allow_new: true
- allow_existing: false
- match_operator: CONTAINS
- third_party_settings: { }
- region: content
- hidden:
- ip_address: true
- mail: true
- order_number: true
- shipments: true
- state: true
- store_id: true
- uid: true