composer update
This commit is contained in:
parent
dc3d0d1ca3
commit
0437964793
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- commerce_order.commerce_order_type.materio_order_type
|
||||
- core.entity_form_mode.commerce_order_item.variation_cart_form
|
||||
- field.field.commerce_order.materio_order_type.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
|
@ -36,15 +37,15 @@ content:
|
|||
type: inline_entity_form_complex
|
||||
weight: 0
|
||||
settings:
|
||||
form_mode: variation_cart_form
|
||||
override_labels: true
|
||||
label_singular: 'order item'
|
||||
label_plural: 'order items'
|
||||
form_mode: default
|
||||
match_operator: CONTAINS
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
allow_new: true
|
||||
allow_new: false
|
||||
allow_existing: false
|
||||
match_operator: CONTAINS
|
||||
allow_duplicate: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
|
|
|
@ -7,6 +7,8 @@ dependencies:
|
|||
- field.field.commerce_order.materio_order_type.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- commerce_price
|
||||
- entity_reference_revisions
|
||||
- state_machine
|
||||
- user
|
||||
id: commerce_order.materio_order_type.default
|
||||
|
@ -14,10 +16,19 @@ targetEntityType: commerce_order
|
|||
bundle: materio_order_type
|
||||
mode: default
|
||||
content:
|
||||
billing_profile:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 10
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
completed:
|
||||
label: above
|
||||
type: timestamp
|
||||
weight: 0
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
date_format: medium
|
||||
|
@ -27,30 +38,37 @@ content:
|
|||
ip_address:
|
||||
label: above
|
||||
type: string
|
||||
weight: 0
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
mail:
|
||||
label: above
|
||||
type: string
|
||||
weight: 0
|
||||
type: basic_string
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
order_items:
|
||||
type: commerce_order_item_table
|
||||
weight: 0
|
||||
weight: 6
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
order_number:
|
||||
type: string
|
||||
weight: 8
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
placed:
|
||||
label: above
|
||||
type: timestamp
|
||||
weight: 0
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
date_format: medium
|
||||
|
@ -60,14 +78,31 @@ content:
|
|||
state:
|
||||
label: hidden
|
||||
type: state_transition_form
|
||||
weight: 10
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
store_id:
|
||||
type: entity_reference_label
|
||||
weight: 9
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
total_paid:
|
||||
type: commerce_price_default
|
||||
weight: 11
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
strip_trailing_zeroes: false
|
||||
currency_display: symbol
|
||||
third_party_settings: { }
|
||||
total_price:
|
||||
label: hidden
|
||||
type: commerce_order_total_summary
|
||||
weight: 0
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -79,8 +114,5 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
billing_profile: true
|
||||
changed: true
|
||||
order_number: true
|
||||
store_id: true
|
||||
total_paid: true
|
||||
search_api_excerpt: true
|
||||
|
|
|
@ -21,5 +21,3 @@ display:
|
|||
exception:
|
||||
title: Tout
|
||||
title: Profils
|
||||
user_view:
|
||||
display_title: 'Voir l''utilisateur'
|
||||
|
|
|
@ -5,13 +5,16 @@ dependencies:
|
|||
enforced:
|
||||
module:
|
||||
- commerce_order
|
||||
third_party_settings:
|
||||
commerce_order:
|
||||
customer_profile_type: true
|
||||
_core:
|
||||
default_config_hash: PZl4AQDUouSVwavb0FNRlcbJx924n5FtCq8l73AMj5g
|
||||
id: customer
|
||||
label: Customer
|
||||
registration: false
|
||||
display_label: 'Customer information'
|
||||
multiple: true
|
||||
registration: false
|
||||
roles: { }
|
||||
weight: 0
|
||||
use_revisions: false
|
||||
description: null
|
||||
allow_revisions: false
|
||||
new_revision: false
|
||||
|
|
|
@ -4,8 +4,6 @@ status: true
|
|||
dependencies:
|
||||
module:
|
||||
- profile
|
||||
_core:
|
||||
default_config_hash: YD0hw-cg1_R36IQ1hO2vQlrhYAQqM7kF6mw3hFGrwI8
|
||||
id: profiles
|
||||
label: Profiles
|
||||
module: views
|
||||
|
@ -171,10 +169,51 @@ display:
|
|||
entity_type: profile
|
||||
plugin_id: entity_operations
|
||||
filters: { }
|
||||
sorts: { }
|
||||
sorts:
|
||||
is_default:
|
||||
id: is_default
|
||||
table: profile
|
||||
field: is_default
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
order: DESC
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
entity_type: profile
|
||||
entity_field: is_default
|
||||
plugin_id: standard
|
||||
profile_id:
|
||||
id: profile_id
|
||||
table: profile
|
||||
field: profile_id
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
order: DESC
|
||||
exposed: false
|
||||
expose:
|
||||
label: ''
|
||||
entity_type: profile
|
||||
entity_field: profile_id
|
||||
plugin_id: standard
|
||||
header: { }
|
||||
footer: { }
|
||||
empty: { }
|
||||
empty:
|
||||
area:
|
||||
id: area
|
||||
table: views
|
||||
field: area
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: false
|
||||
content:
|
||||
value: 'There are no profiles yet.'
|
||||
format: basic_html
|
||||
plugin_id: text
|
||||
relationships: { }
|
||||
arguments:
|
||||
uid:
|
||||
|
@ -300,10 +339,10 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
||||
profile_type_listing:
|
||||
user_page:
|
||||
display_plugin: embed
|
||||
id: profile_type_listing
|
||||
display_title: 'Profile type listing'
|
||||
id: user_page
|
||||
display_title: 'User page'
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
|
@ -314,71 +353,3 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
||||
user_view:
|
||||
display_plugin: embed
|
||||
id: user_view
|
||||
display_title: 'User view'
|
||||
position: 2
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
fields:
|
||||
rendered_entity:
|
||||
id: rendered_entity
|
||||
table: profile
|
||||
field: rendered_entity
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
view_mode: default
|
||||
entity_type: profile
|
||||
plugin_id: rendered_entity
|
||||
defaults:
|
||||
fields: false
|
||||
display_description: ''
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
tags: { }
|
||||
|
|
Loading…
Reference in New Issue