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:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_type.materio_order_type
|
- 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
|
- field.field.commerce_order.materio_order_type.order_items
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
|
@ -36,15 +37,15 @@ content:
|
||||||
type: inline_entity_form_complex
|
type: inline_entity_form_complex
|
||||||
weight: 0
|
weight: 0
|
||||||
settings:
|
settings:
|
||||||
|
form_mode: variation_cart_form
|
||||||
override_labels: true
|
override_labels: true
|
||||||
label_singular: 'order item'
|
label_singular: 'order item'
|
||||||
label_plural: 'order items'
|
label_plural: 'order items'
|
||||||
form_mode: default
|
match_operator: CONTAINS
|
||||||
collapsible: false
|
collapsible: false
|
||||||
collapsed: false
|
collapsed: false
|
||||||
allow_new: true
|
allow_new: false
|
||||||
allow_existing: false
|
allow_existing: false
|
||||||
match_operator: CONTAINS
|
|
||||||
allow_duplicate: false
|
allow_duplicate: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
|
|
@ -7,6 +7,8 @@ dependencies:
|
||||||
- field.field.commerce_order.materio_order_type.order_items
|
- field.field.commerce_order.materio_order_type.order_items
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
|
- commerce_price
|
||||||
|
- entity_reference_revisions
|
||||||
- state_machine
|
- state_machine
|
||||||
- user
|
- user
|
||||||
id: commerce_order.materio_order_type.default
|
id: commerce_order.materio_order_type.default
|
||||||
|
@ -14,10 +16,19 @@ targetEntityType: commerce_order
|
||||||
bundle: materio_order_type
|
bundle: materio_order_type
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
billing_profile:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
completed:
|
completed:
|
||||||
label: above
|
label: above
|
||||||
type: timestamp
|
type: timestamp
|
||||||
weight: 0
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: medium
|
||||||
|
@ -27,30 +38,37 @@ content:
|
||||||
ip_address:
|
ip_address:
|
||||||
label: above
|
label: above
|
||||||
type: string
|
type: string
|
||||||
weight: 0
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
mail:
|
mail:
|
||||||
label: above
|
label: above
|
||||||
type: string
|
type: basic_string
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings: { }
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
order_items:
|
order_items:
|
||||||
type: commerce_order_item_table
|
type: commerce_order_item_table
|
||||||
weight: 0
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
order_number:
|
||||||
|
type: string
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
placed:
|
placed:
|
||||||
label: above
|
label: above
|
||||||
type: timestamp
|
type: timestamp
|
||||||
weight: 0
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: medium
|
||||||
|
@ -60,14 +78,31 @@ content:
|
||||||
state:
|
state:
|
||||||
label: hidden
|
label: hidden
|
||||||
type: state_transition_form
|
type: state_transition_form
|
||||||
weight: 10
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_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:
|
total_price:
|
||||||
label: hidden
|
label: hidden
|
||||||
type: commerce_order_total_summary
|
type: commerce_order_total_summary
|
||||||
weight: 0
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -79,8 +114,5 @@ content:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
billing_profile: true
|
|
||||||
changed: true
|
changed: true
|
||||||
order_number: true
|
search_api_excerpt: true
|
||||||
store_id: true
|
|
||||||
total_paid: true
|
|
||||||
|
|
|
@ -21,5 +21,3 @@ display:
|
||||||
exception:
|
exception:
|
||||||
title: Tout
|
title: Tout
|
||||||
title: Profils
|
title: Profils
|
||||||
user_view:
|
|
||||||
display_title: 'Voir l''utilisateur'
|
|
||||||
|
|
|
@ -5,13 +5,16 @@ dependencies:
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
|
third_party_settings:
|
||||||
|
commerce_order:
|
||||||
|
customer_profile_type: true
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: PZl4AQDUouSVwavb0FNRlcbJx924n5FtCq8l73AMj5g
|
default_config_hash: PZl4AQDUouSVwavb0FNRlcbJx924n5FtCq8l73AMj5g
|
||||||
id: customer
|
id: customer
|
||||||
label: Customer
|
label: Customer
|
||||||
registration: false
|
display_label: 'Customer information'
|
||||||
multiple: true
|
multiple: true
|
||||||
|
registration: false
|
||||||
roles: { }
|
roles: { }
|
||||||
weight: 0
|
allow_revisions: false
|
||||||
use_revisions: false
|
new_revision: false
|
||||||
description: null
|
|
||||||
|
|
|
@ -4,8 +4,6 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- profile
|
- profile
|
||||||
_core:
|
|
||||||
default_config_hash: YD0hw-cg1_R36IQ1hO2vQlrhYAQqM7kF6mw3hFGrwI8
|
|
||||||
id: profiles
|
id: profiles
|
||||||
label: Profiles
|
label: Profiles
|
||||||
module: views
|
module: views
|
||||||
|
@ -171,10 +169,51 @@ display:
|
||||||
entity_type: profile
|
entity_type: profile
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
filters: { }
|
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: { }
|
header: { }
|
||||||
footer: { }
|
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: { }
|
relationships: { }
|
||||||
arguments:
|
arguments:
|
||||||
uid:
|
uid:
|
||||||
|
@ -300,10 +339,10 @@ display:
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
tags: { }
|
tags: { }
|
||||||
profile_type_listing:
|
user_page:
|
||||||
display_plugin: embed
|
display_plugin: embed
|
||||||
id: profile_type_listing
|
id: user_page
|
||||||
display_title: 'Profile type listing'
|
display_title: 'User page'
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
@ -314,71 +353,3 @@ display:
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
tags: { }
|
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