Compare commits
19 Commits
front
...
a95d44c92b
Author | SHA1 | Date | |
---|---|---|---|
a95d44c92b | |||
e87cf746ea | |||
48d9d3cd43 | |||
31faccbee3 | |||
8ad3537e70 | |||
bd48a7dad8 | |||
55bb48c750 | |||
eb6cb2db27 | |||
c3a26a709e | |||
6f2301d96c | |||
10c2bb8d13 | |||
0437964793 | |||
dc3d0d1ca3 | |||
d5a6194727 | |||
8b3c31c0f5 | |||
6598b88945 | |||
96b23acbb3 | |||
79f9be6c06 | |||
ebb20c6176 |
@@ -23,6 +23,7 @@
|
|||||||
"drupal/amswap": "^2.0",
|
"drupal/amswap": "^2.0",
|
||||||
"drupal/auto_entitylabel": "2.x-dev",
|
"drupal/auto_entitylabel": "2.x-dev",
|
||||||
"drupal/commerce": "^2.12",
|
"drupal/commerce": "^2.12",
|
||||||
|
"drupal/commerce_cart_api": "^1.4",
|
||||||
"drupal/commerce_license": "^2.0@alpha",
|
"drupal/commerce_license": "^2.0@alpha",
|
||||||
"drupal/commerce_migrate": "^2.0",
|
"drupal/commerce_migrate": "^2.0",
|
||||||
"drupal/commerce_monetico": "^1.0",
|
"drupal/commerce_monetico": "^1.0",
|
||||||
@@ -32,10 +33,11 @@
|
|||||||
"drupal/computed_field": "^2.0@beta",
|
"drupal/computed_field": "^2.0@beta",
|
||||||
"drupal/config_split": "^1.4",
|
"drupal/config_split": "^1.4",
|
||||||
"drupal/console": "^1.0.2",
|
"drupal/console": "^1.0.2",
|
||||||
"drupal/consumer_image_styles": "3.x-dev",
|
"drupal/consumer_image_styles": "3.0-rc1",
|
||||||
"drupal/core": "^8.7.1",
|
"drupal/core": "^8.7.1",
|
||||||
"drupal/entity_clone": "^1.0",
|
"drupal/entity_clone": "^1.0",
|
||||||
"drupal/error_log": "^1.0",
|
"drupal/error_log": "^1.0",
|
||||||
|
"drupal/field_permissions": "^1.0",
|
||||||
"drupal/genpass": "1.x-dev",
|
"drupal/genpass": "1.x-dev",
|
||||||
"drupal/image_delta_formatter": "1.x-dev",
|
"drupal/image_delta_formatter": "1.x-dev",
|
||||||
"drupal/jsonapi_extras": "^3.7",
|
"drupal/jsonapi_extras": "^3.7",
|
||||||
@@ -47,6 +49,7 @@
|
|||||||
"drupal/migrate_tools": "4.x-dev",
|
"drupal/migrate_tools": "4.x-dev",
|
||||||
"drupal/mimemail": "1.x-dev",
|
"drupal/mimemail": "1.x-dev",
|
||||||
"drupal/modules_weight": "^1.8",
|
"drupal/modules_weight": "^1.8",
|
||||||
|
"drupal/permissions_filter": "^1.1",
|
||||||
"drupal/restui": "^1.16",
|
"drupal/restui": "^1.16",
|
||||||
"drupal/search_api_autocomplete": "^1.2",
|
"drupal/search_api_autocomplete": "^1.2",
|
||||||
"drupal/search_api_page": "1.x-dev",
|
"drupal/search_api_page": "1.x-dev",
|
||||||
@@ -56,9 +59,11 @@
|
|||||||
"drupal/subrequests": "^2.0",
|
"drupal/subrequests": "^2.0",
|
||||||
"drupal/telephone_formatter": "^1.0@beta",
|
"drupal/telephone_formatter": "^1.0@beta",
|
||||||
"drupal/telephone_validation": "^2.1",
|
"drupal/telephone_validation": "^2.1",
|
||||||
|
"drupal/translation_views": "1.x-dev",
|
||||||
"drupal/ultimate_cron": "2.x-dev",
|
"drupal/ultimate_cron": "2.x-dev",
|
||||||
"drupal/views_conditional": "1.x-dev",
|
"drupal/views_conditional": "1.x-dev",
|
||||||
"drush/drush": "^9.0.0",
|
"drush/drush": "^9.0.0",
|
||||||
|
"symfony/event-dispatcher": "4.3.4 as 3.4.99",
|
||||||
"vlucas/phpdotenv": "^2.4",
|
"vlucas/phpdotenv": "^2.4",
|
||||||
"webflo/drupal-finder": "^1.0.0",
|
"webflo/drupal-finder": "^1.0.0",
|
||||||
"webmozart/path-util": "^2.3",
|
"webmozart/path-util": "^2.3",
|
||||||
@@ -74,7 +79,10 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"platform": {
|
||||||
|
"php": "7.3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
@@ -119,10 +127,8 @@
|
|||||||
},
|
},
|
||||||
"patches": {
|
"patches": {
|
||||||
"drupal/core": {
|
"drupal/core": {
|
||||||
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch"
|
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
||||||
},
|
"Allow symfony/event-dispatcher 4+ to be installed in Drupal 8":"https://www.drupal.org/files/issues/2019-09-17/2876675-48.Fix-symfony-version-requirements-for-symfonyeventdispatcher.patch"
|
||||||
"drupal/migrate_tools": {
|
|
||||||
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
|
|
||||||
},
|
},
|
||||||
"drupal/email_registration": {
|
"drupal/email_registration": {
|
||||||
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch"
|
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch"
|
||||||
|
4422
composer.lock
generated
4422
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,8 @@
|
|||||||
page_alter: false
|
page_alter: false
|
||||||
raw_names: false
|
raw_names: false
|
||||||
error_handlers:
|
error_handlers:
|
||||||
- 0
|
1: 1
|
||||||
rebuild_theme: true
|
rebuild_theme: false
|
||||||
devel_dumper: default
|
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
|
||||||
|
debug_mail_directory: 'temporary://devel-mails'
|
||||||
|
devel_dumper: kint
|
||||||
|
113
config/devel/entity_clone.settings.yml
Normal file
113
config/devel/entity_clone.settings.yml
Normal file
@@ -0,0 +1,113 @@
|
|||||||
|
form_settings:
|
||||||
|
commerce_license:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_log:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_order:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_order_item:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_payment:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_payment_method:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_pricelist_item:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_pricelist:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_product_variation:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_product:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_product_attribute_value:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_promotion:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_promotion_coupon:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_subscription:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
commerce_store:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
consumer:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
contact_message:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
file:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
node:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
profile:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
redirect:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
search_api_task:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
simplenews_subscriber:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
taxonomy_term:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
user:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
workflow_transition:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
workflow_scheduled_transition:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
menu_link_content:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
21
config/sync/block.block.cart.yml
Normal file
21
config/sync/block.block.cart.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
uuid: 90f98c52-9624-4758-9c38-3904d5ef5faa
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_cart
|
||||||
|
theme:
|
||||||
|
- materiotheme
|
||||||
|
id: cart
|
||||||
|
theme: materiotheme
|
||||||
|
region: header_right
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: commerce_cart
|
||||||
|
settings:
|
||||||
|
id: commerce_cart
|
||||||
|
label: Cart
|
||||||
|
provider: commerce_cart
|
||||||
|
label_display: visible
|
||||||
|
dropdown: true
|
||||||
|
visibility: { }
|
@@ -13,40 +13,40 @@ configuration:
|
|||||||
display_checkout_progress: true
|
display_checkout_progress: true
|
||||||
panes:
|
panes:
|
||||||
login:
|
login:
|
||||||
allow_guest_checkout: false
|
allow_guest_checkout: true
|
||||||
allow_registration: true
|
allow_registration: true
|
||||||
step: login
|
step: login
|
||||||
weight: 10
|
weight: 0
|
||||||
review:
|
review:
|
||||||
step: review
|
step: review
|
||||||
weight: 10
|
weight: 4
|
||||||
completion_message:
|
completion_message:
|
||||||
step: complete
|
step: complete
|
||||||
weight: 10
|
weight: 6
|
||||||
completion_register:
|
completion_register:
|
||||||
step: complete
|
step: complete
|
||||||
weight: 10
|
weight: 7
|
||||||
order_summary:
|
order_summary:
|
||||||
view: ''
|
view: ''
|
||||||
step: _sidebar
|
step: _sidebar
|
||||||
weight: 10
|
weight: 8
|
||||||
contact_information:
|
contact_information:
|
||||||
double_entry: false
|
double_entry: false
|
||||||
step: order_information
|
step: order_information
|
||||||
weight: 10
|
weight: 2
|
||||||
payment_process:
|
payment_process:
|
||||||
capture: true
|
capture: true
|
||||||
step: payment
|
step: payment
|
||||||
weight: 10
|
weight: 5
|
||||||
payment_information:
|
payment_information:
|
||||||
step: order_information
|
step: order_information
|
||||||
weight: 10
|
weight: 3
|
||||||
coupon_redemption:
|
coupon_redemption:
|
||||||
allow_multiple: false
|
allow_multiple: false
|
||||||
step: _sidebar
|
step: _sidebar
|
||||||
weight: 10
|
weight: 9
|
||||||
email_registration_login:
|
email_registration_login:
|
||||||
allow_guest_checkout: true
|
allow_guest_checkout: true
|
||||||
allow_registration: false
|
allow_registration: true
|
||||||
step: _disabled
|
step: login
|
||||||
weight: 10
|
weight: 1
|
||||||
|
@@ -0,0 +1,13 @@
|
|||||||
|
uuid: 2fef55d7-b4f1-4e46-8b78-8a66a24cbe46
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: order_default
|
||||||
|
label: Default
|
||||||
|
targetEntityType: commerce_order
|
||||||
|
plugin: infinite
|
||||||
|
configuration:
|
||||||
|
pattern: '[pattern:number]'
|
||||||
|
initial_number: 1
|
||||||
|
padding: 0
|
||||||
|
per_store_sequence: true
|
@@ -1,3 +0,0 @@
|
|||||||
default_store: bb23cf22-6a06-4f8d-88fc-0998f15ff2d0
|
|
||||||
_core:
|
|
||||||
default_config_hash: B9ZFGR76POyzj9f3Sh66F346_Jp-wnnUc78Hk3Q-60o
|
|
@@ -1,7 +1,7 @@
|
|||||||
ignored_config_entities:
|
ignored_config_entities:
|
||||||
0: system.performance
|
- system.performance
|
||||||
2: devel.settings
|
- devel.settings
|
||||||
4: piwik.settings
|
- piwik.settings
|
||||||
langcode: fr
|
langcode: fr
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
||||||
|
@@ -2,6 +2,6 @@ default_form: feedback
|
|||||||
flood:
|
flood:
|
||||||
limit: 5
|
limit: 5
|
||||||
interval: 3600
|
interval: 3600
|
||||||
user_default_enabled: true
|
user_default_enabled: false
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||||
|
@@ -4,7 +4,6 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_type.default
|
- commerce_order.commerce_order_type.default
|
||||||
- field.field.commerce_order.default.order_items
|
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- inline_entity_form
|
- inline_entity_form
|
||||||
|
@@ -4,7 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_type.materio_order_type
|
- commerce_order.commerce_order_type.materio_order_type
|
||||||
- field.field.commerce_order.materio_order_type.order_items
|
- core.entity_form_mode.commerce_order_item.variation_cart_form
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- inline_entity_form
|
- inline_entity_form
|
||||||
@@ -36,15 +36,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
|
||||||
|
@@ -6,7 +6,6 @@ dependencies:
|
|||||||
- commerce_order.commerce_order_type.recurring
|
- commerce_order.commerce_order_type.recurring
|
||||||
- field.field.commerce_order.recurring.billing_period
|
- field.field.commerce_order.recurring.billing_period
|
||||||
- field.field.commerce_order.recurring.billing_schedule
|
- field.field.commerce_order.recurring.billing_schedule
|
||||||
- field.field.commerce_order.recurring.order_items
|
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- inline_entity_form
|
- inline_entity_form
|
||||||
|
@@ -24,6 +24,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
quantity:
|
quantity:
|
||||||
|
@@ -5,6 +5,9 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_item_type.recurring_product_variation
|
- commerce_order.commerce_order_item_type.recurring_product_variation
|
||||||
- core.entity_form_mode.commerce_order_item.add_to_cart
|
- core.entity_form_mode.commerce_order_item.add_to_cart
|
||||||
|
- field.field.commerce_order_item.recurring_product_variation.billing_period
|
||||||
|
- field.field.commerce_order_item.recurring_product_variation.license
|
||||||
|
- field.field.commerce_order_item.recurring_product_variation.subscription
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
id: commerce_order_item.recurring_product_variation.add_to_cart
|
id: commerce_order_item.recurring_product_variation.add_to_cart
|
||||||
@@ -19,6 +22,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
quantity:
|
quantity:
|
||||||
@@ -30,5 +34,8 @@ content:
|
|||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
billing_period: true
|
||||||
created: true
|
created: true
|
||||||
|
license: true
|
||||||
|
subscription: true
|
||||||
unit_price: true
|
unit_price: true
|
||||||
|
@@ -21,6 +21,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
quantity:
|
quantity:
|
||||||
|
@@ -5,8 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- commerce_product.commerce_product_type.default
|
- commerce_product.commerce_product_type.default
|
||||||
- field.field.commerce_product.default.body
|
- field.field.commerce_product.default.body
|
||||||
- field.field.commerce_product.default.stores
|
|
||||||
- field.field.commerce_product.default.variations
|
|
||||||
module:
|
module:
|
||||||
- commerce
|
- commerce
|
||||||
- path
|
- path
|
||||||
@@ -25,6 +23,7 @@ content:
|
|||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
created:
|
created:
|
||||||
@@ -82,6 +81,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
@@ -5,7 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- commerce_product.commerce_product_type.materio_product_type
|
- commerce_product.commerce_product_type.materio_product_type
|
||||||
- field.field.commerce_product.materio_product_type.body
|
- field.field.commerce_product.materio_product_type.body
|
||||||
- field.field.commerce_product.materio_product_type.stores
|
|
||||||
module:
|
module:
|
||||||
- commerce
|
- commerce
|
||||||
- path
|
- path
|
||||||
@@ -22,6 +21,7 @@ content:
|
|||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
created:
|
created:
|
||||||
@@ -81,6 +81,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
variations: true
|
variations: true
|
||||||
|
@@ -6,6 +6,7 @@ dependencies:
|
|||||||
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
|
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.field_description
|
- field.field.commerce_product_variation.materio_product_variation_type.field_description
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.field_multiple
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
|
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
||||||
@@ -32,6 +33,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
region: content
|
region: content
|
||||||
|
field_multiple:
|
||||||
|
weight: 93
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: boolean_checkbox
|
||||||
|
region: content
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 2
|
weight: 2
|
||||||
|
@@ -7,8 +7,6 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- address
|
- address
|
||||||
- path
|
- path
|
||||||
_core:
|
|
||||||
default_config_hash: aOjgfb6yMxeaSWFwXTCknWVCT0JD6vYcflAXlczbBEI
|
|
||||||
id: commerce_store.online.default
|
id: commerce_store.online.default
|
||||||
targetEntityType: commerce_store
|
targetEntityType: commerce_store
|
||||||
bundle: online
|
bundle: online
|
||||||
@@ -16,14 +14,13 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
address:
|
address:
|
||||||
type: address_default
|
type: address_default
|
||||||
settings:
|
settings: { }
|
||||||
default_country: site_default
|
weight: 4
|
||||||
weight: 3
|
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
billing_countries:
|
billing_countries:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -33,6 +30,13 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
is_default:
|
||||||
|
type: boolean_checkbox
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
third_party_settings: { }
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 2
|
weight: 2
|
||||||
@@ -58,7 +62,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -66,13 +70,20 @@ content:
|
|||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
weight: 3
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
tax_registrations:
|
tax_registrations:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 4
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden: { }
|
timezone:
|
||||||
|
type: options_select
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
uid: true
|
||||||
|
@@ -119,6 +119,7 @@ content:
|
|||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
field_date:
|
field_date:
|
||||||
@@ -133,6 +134,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -156,6 +158,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -173,6 +176,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -182,6 +186,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
|
@@ -190,6 +190,7 @@ content:
|
|||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
field_attachments:
|
field_attachments:
|
||||||
@@ -205,6 +206,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -220,6 +222,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -229,6 +232,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -238,6 +242,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -289,6 +294,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
|
@@ -23,6 +23,7 @@ content:
|
|||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
created:
|
created:
|
||||||
@@ -86,6 +87,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
url_redirects:
|
url_redirects:
|
||||||
|
@@ -22,6 +22,7 @@ content:
|
|||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
created:
|
created:
|
||||||
@@ -36,6 +37,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -45,6 +47,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -97,6 +100,7 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
|
@@ -4,6 +4,8 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.profile.customer.address
|
- field.field.profile.customer.address
|
||||||
|
- field.field.profile.customer.phone
|
||||||
|
- field.field.profile.customer.tax_number
|
||||||
- profile.type.customer
|
- profile.type.customer
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
@@ -23,4 +25,7 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden: { }
|
hidden:
|
||||||
|
is_default: true
|
||||||
|
phone: true
|
||||||
|
tax_number: true
|
||||||
|
@@ -213,6 +213,13 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 23
|
weight: 23
|
||||||
region: content
|
region: content
|
||||||
|
@@ -174,6 +174,13 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 5
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
|
@@ -33,6 +33,13 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
|
@@ -41,6 +41,13 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
|
@@ -20,17 +20,13 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
contact:
|
|
||||||
weight: 8
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_company:
|
field_company:
|
||||||
weight: 1
|
weight: 1
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
@@ -54,16 +50,17 @@ content:
|
|||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
language:
|
language:
|
||||||
weight: 5
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
matomo:
|
matomo:
|
||||||
weight: 6
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -75,9 +72,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
simplenews:
|
simplenews:
|
||||||
weight: 5
|
weight: 5
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
commerce_remote_id: true
|
commerce_remote_id: true
|
||||||
|
contact: true
|
||||||
|
contact_company_profiles: true
|
||||||
|
customer_profiles: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
member_profiles: true
|
||||||
|
43
config/sync/core.entity_form_display.user.user.modal.yml
Normal file
43
config/sync/core.entity_form_display.user.user.modal.yml
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
uuid: 752dc176-50c8-47d0-8a20-c66e6210e8c9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_form_mode.user.modal
|
||||||
|
- field.field.user.user.commerce_remote_id
|
||||||
|
- field.field.user.user.field_company
|
||||||
|
- field.field.user.user.field_member_type
|
||||||
|
- field.field.user.user.field_memo
|
||||||
|
- field.field.user.user.field_showroom
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user.user.modal
|
||||||
|
targetEntityType: user
|
||||||
|
bundle: user
|
||||||
|
mode: modal
|
||||||
|
content:
|
||||||
|
account:
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
commerce_remote_id: true
|
||||||
|
contact: true
|
||||||
|
contact_company_profiles: true
|
||||||
|
customer_profiles: true
|
||||||
|
field_company: true
|
||||||
|
field_member_type: true
|
||||||
|
field_memo: true
|
||||||
|
field_showroom: true
|
||||||
|
langcode: true
|
||||||
|
language: true
|
||||||
|
matomo: true
|
||||||
|
member_profiles: true
|
||||||
|
simplenews: true
|
85
config/sync/core.entity_form_display.user.user.register.yml
Normal file
85
config/sync/core.entity_form_display.user.user.register.yml
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
uuid: 260badeb-b09e-4f68-8fae-2a64784dae59
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_form_mode.user.register
|
||||||
|
- field.field.user.user.commerce_remote_id
|
||||||
|
- field.field.user.user.field_company
|
||||||
|
- field.field.user.user.field_member_type
|
||||||
|
- field.field.user.user.field_memo
|
||||||
|
- field.field.user.user.field_showroom
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user.user.register
|
||||||
|
targetEntityType: user
|
||||||
|
bundle: user
|
||||||
|
mode: register
|
||||||
|
content:
|
||||||
|
account:
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_company:
|
||||||
|
weight: 1
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
|
field_member_type:
|
||||||
|
weight: 4
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
|
field_memo:
|
||||||
|
weight: 3
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
type: string_textarea
|
||||||
|
region: content
|
||||||
|
field_showroom:
|
||||||
|
weight: 2
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
match_limit: 10
|
||||||
|
third_party_settings: { }
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
region: content
|
||||||
|
language:
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
matomo:
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
simplenews:
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
commerce_remote_id: true
|
||||||
|
contact: true
|
||||||
|
contact_company_profiles: true
|
||||||
|
customer_profiles: true
|
||||||
|
langcode: true
|
||||||
|
member_profiles: true
|
10
config/sync/core.entity_form_mode.user.modal.yml
Normal file
10
config/sync/core.entity_form_mode.user.modal.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
uuid: b87de49b-2838-4fdc-b361-2d2b8cb9b52c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user.modal
|
||||||
|
label: Modal
|
||||||
|
targetEntityType: user
|
||||||
|
cache: true
|
@@ -4,7 +4,6 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_type.default
|
- commerce_order.commerce_order_type.default
|
||||||
- field.field.commerce_order.default.order_items
|
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- state_machine
|
- state_machine
|
||||||
|
@@ -5,7 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_type.default
|
- commerce_order.commerce_order_type.default
|
||||||
- core.entity_view_mode.commerce_order.user
|
- core.entity_view_mode.commerce_order.user
|
||||||
- field.field.commerce_order.default.order_items
|
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
|
@@ -0,0 +1,96 @@
|
|||||||
|
uuid: 5b24d66f-aa58-4c95-bd8e-7989d7f70286
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- commerce_order.commerce_order_type.materio_order_type
|
||||||
|
- core.entity_view_mode.commerce_order.checkout
|
||||||
|
module:
|
||||||
|
- commerce_order
|
||||||
|
- entity_reference_revisions
|
||||||
|
- state_machine
|
||||||
|
- user
|
||||||
|
id: commerce_order.materio_order_type.checkout
|
||||||
|
targetEntityType: commerce_order
|
||||||
|
bundle: materio_order_type
|
||||||
|
mode: checkout
|
||||||
|
content:
|
||||||
|
billing_profile:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
completed:
|
||||||
|
label: above
|
||||||
|
type: timestamp
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
order_items:
|
||||||
|
type: commerce_order_item_table
|
||||||
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
region: content
|
||||||
|
order_number:
|
||||||
|
type: string
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
placed:
|
||||||
|
label: above
|
||||||
|
type: timestamp
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
state:
|
||||||
|
label: hidden
|
||||||
|
type: state_transition_form
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
store_id:
|
||||||
|
type: entity_reference_label
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
total_price:
|
||||||
|
label: hidden
|
||||||
|
type: commerce_order_total_summary
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
uid:
|
||||||
|
label: above
|
||||||
|
type: author
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
changed: true
|
||||||
|
ip_address: true
|
||||||
|
mail: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
total_paid: true
|
@@ -4,9 +4,10 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- commerce_order.commerce_order_type.materio_order_type
|
- commerce_order.commerce_order_type.materio_order_type
|
||||||
- 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 +15,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 +37,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 +77,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 +113,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
|
|
||||||
|
@@ -6,7 +6,6 @@ dependencies:
|
|||||||
- commerce_order.commerce_order_type.recurring
|
- commerce_order.commerce_order_type.recurring
|
||||||
- field.field.commerce_order.recurring.billing_period
|
- field.field.commerce_order.recurring.billing_period
|
||||||
- field.field.commerce_order.recurring.billing_schedule
|
- field.field.commerce_order.recurring.billing_schedule
|
||||||
- field.field.commerce_order.recurring.order_items
|
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
|
@@ -7,7 +7,6 @@ dependencies:
|
|||||||
- core.entity_view_mode.commerce_order.user
|
- core.entity_view_mode.commerce_order.user
|
||||||
- field.field.commerce_order.recurring.billing_period
|
- field.field.commerce_order.recurring.billing_period
|
||||||
- field.field.commerce_order.recurring.billing_schedule
|
- field.field.commerce_order.recurring.billing_schedule
|
||||||
- field.field.commerce_order.recurring.order_items
|
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
|
@@ -16,5 +16,6 @@ hidden:
|
|||||||
license: true
|
license: true
|
||||||
purchased_entity: true
|
purchased_entity: true
|
||||||
quantity: true
|
quantity: true
|
||||||
|
search_api_excerpt: true
|
||||||
total_price: true
|
total_price: true
|
||||||
unit_price: true
|
unit_price: true
|
||||||
|
@@ -5,8 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- commerce_product.commerce_product_type.default
|
- commerce_product.commerce_product_type.default
|
||||||
- field.field.commerce_product.default.body
|
- field.field.commerce_product.default.body
|
||||||
- field.field.commerce_product.default.stores
|
|
||||||
- field.field.commerce_product.default.variations
|
|
||||||
module:
|
module:
|
||||||
- commerce_product
|
- commerce_product
|
||||||
- text
|
- text
|
||||||
|
@@ -5,8 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- commerce_product.commerce_product_type.materio_product_type
|
- commerce_product.commerce_product_type.materio_product_type
|
||||||
- field.field.commerce_product.materio_product_type.body
|
- field.field.commerce_product.materio_product_type.body
|
||||||
- field.field.commerce_product.materio_product_type.stores
|
|
||||||
- field.field.commerce_product.materio_product_type.variations
|
|
||||||
id: commerce_product.materio_product_type.default
|
id: commerce_product.materio_product_type.default
|
||||||
targetEntityType: commerce_product
|
targetEntityType: commerce_product
|
||||||
bundle: materio_product_type
|
bundle: materio_product_type
|
||||||
@@ -18,13 +16,14 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: summary
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
created: true
|
created: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
stores: true
|
stores: true
|
||||||
title: true
|
title: true
|
||||||
uid: true
|
uid: true
|
||||||
|
@@ -0,0 +1,41 @@
|
|||||||
|
uuid: 670c3437-b44c-4bc9-b7f6-ec0b12d5c7ab
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
||||||
|
- core.entity_view_mode.commerce_product_variation.add_to_cart
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.field_description
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
||||||
|
module:
|
||||||
|
- commerce_variation_cart_form
|
||||||
|
third_party_settings:
|
||||||
|
commerce_variation_cart_form:
|
||||||
|
combine: '1'
|
||||||
|
id: commerce_product_variation.materio_product_variation_type.add_to_cart
|
||||||
|
targetEntityType: commerce_product_variation
|
||||||
|
bundle: materio_product_variation_type
|
||||||
|
mode: add_to_cart
|
||||||
|
content:
|
||||||
|
commerce_variation_cart_form:
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
billing_schedule: true
|
||||||
|
field_description: true
|
||||||
|
field_multiple: true
|
||||||
|
langcode: true
|
||||||
|
license_expiration: true
|
||||||
|
license_type: true
|
||||||
|
list_price: true
|
||||||
|
price: true
|
||||||
|
product_id: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
sku: true
|
||||||
|
subscription_type: true
|
||||||
|
title: true
|
@@ -6,6 +6,7 @@ dependencies:
|
|||||||
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
|
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.field_description
|
- field.field.commerce_product_variation.materio_product_variation_type.field_description
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.field_multiple
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
|
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
||||||
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
||||||
@@ -22,22 +23,32 @@ bundle: materio_product_variation_type
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
commerce_variation_cart_form:
|
commerce_variation_cart_form:
|
||||||
weight: 3
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_description:
|
field_description:
|
||||||
weight: 2
|
weight: 1
|
||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: text_default
|
type: text_default
|
||||||
region: content
|
region: content
|
||||||
price:
|
field_multiple:
|
||||||
label: hidden
|
type: boolean
|
||||||
type: commerce_price_default
|
weight: 3
|
||||||
weight: 1
|
|
||||||
region: content
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
price:
|
||||||
|
type: commerce_price_default
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
strip_trailing_zeroes: false
|
strip_trailing_zeroes: false
|
||||||
currency_display: symbol
|
currency_display: symbol
|
||||||
@@ -57,5 +68,6 @@ hidden:
|
|||||||
license_type: true
|
license_type: true
|
||||||
list_price: true
|
list_price: true
|
||||||
product_id: true
|
product_id: true
|
||||||
|
search_api_excerpt: true
|
||||||
sku: true
|
sku: true
|
||||||
subscription_type: true
|
subscription_type: true
|
||||||
|
@@ -0,0 +1,52 @@
|
|||||||
|
uuid: 33250a3b-359f-4e8d-aff3-1a8685062aae
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
||||||
|
- core.entity_view_mode.commerce_product_variation.summary
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.field_description
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.field_multiple
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.license_type
|
||||||
|
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
|
||||||
|
module:
|
||||||
|
- commerce_variation_cart_form
|
||||||
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
commerce_variation_cart_form:
|
||||||
|
combine: '1'
|
||||||
|
id: commerce_product_variation.materio_product_variation_type.summary
|
||||||
|
targetEntityType: commerce_product_variation
|
||||||
|
bundle: materio_product_variation_type
|
||||||
|
mode: summary
|
||||||
|
content:
|
||||||
|
field_description:
|
||||||
|
weight: 1
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: text_default
|
||||||
|
region: content
|
||||||
|
title:
|
||||||
|
type: string
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
billing_schedule: true
|
||||||
|
commerce_variation_cart_form: true
|
||||||
|
field_multiple: true
|
||||||
|
langcode: true
|
||||||
|
license_expiration: true
|
||||||
|
license_type: true
|
||||||
|
list_price: true
|
||||||
|
price: true
|
||||||
|
product_id: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
sku: true
|
||||||
|
subscription_type: true
|
@@ -0,0 +1,39 @@
|
|||||||
|
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
|
@@ -4,12 +4,15 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.profile.customer.address
|
- field.field.profile.customer.address
|
||||||
|
- field.field.profile.customer.phone
|
||||||
|
- field.field.profile.customer.tax_number
|
||||||
- profile.type.customer
|
- profile.type.customer
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- commerce_order
|
- commerce_order
|
||||||
module:
|
module:
|
||||||
- address
|
- address
|
||||||
|
- commerce_tax
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: '-D8G44VGLIAIFvoHm_u7-Awnie4iCenOWfldrpNy_ys'
|
default_config_hash: '-D8G44VGLIAIFvoHm_u7-Awnie4iCenOWfldrpNy_ys'
|
||||||
id: profile.customer.default
|
id: profile.customer.default
|
||||||
@@ -24,4 +27,14 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
hidden: { }
|
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
|
||||||
|
@@ -0,0 +1,10 @@
|
|||||||
|
uuid: c02324e2-a135-477a-8be1-a8e491b2fa9e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_order
|
||||||
|
id: commerce_order.checkout
|
||||||
|
label: checkout
|
||||||
|
targetEntityType: commerce_order
|
||||||
|
cache: true
|
@@ -0,0 +1,10 @@
|
|||||||
|
uuid: f0ae2b16-c0cd-4fcd-bc2d-4920dce0b9ec
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_product
|
||||||
|
id: commerce_product_variation.add_to_cart
|
||||||
|
label: 'add to cart'
|
||||||
|
targetEntityType: commerce_product_variation
|
||||||
|
cache: true
|
13
config/sync/core.entity_view_mode.profile.admin.yml
Normal file
13
config/sync/core.entity_view_mode.profile.admin.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
uuid: 1e1e75b6-2fd4-4c27-adb3-5b503faa1d77
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- commerce_order
|
||||||
|
module:
|
||||||
|
- profile
|
||||||
|
id: profile.admin
|
||||||
|
label: Admin
|
||||||
|
targetEntityType: profile
|
||||||
|
cache: true
|
@@ -19,12 +19,14 @@ module:
|
|||||||
ckeditor: 0
|
ckeditor: 0
|
||||||
commerce: 0
|
commerce: 0
|
||||||
commerce_cart: 0
|
commerce_cart: 0
|
||||||
|
commerce_cart_api: 0
|
||||||
commerce_checkout: 0
|
commerce_checkout: 0
|
||||||
commerce_cmcic: 0
|
commerce_cmcic: 0
|
||||||
commerce_license: 0
|
commerce_license: 0
|
||||||
commerce_log: 0
|
commerce_log: 0
|
||||||
commerce_migrate: 0
|
commerce_migrate: 0
|
||||||
commerce_migrate_ubercart: 0
|
commerce_migrate_ubercart: 0
|
||||||
|
commerce_number_pattern: 0
|
||||||
commerce_order: 0
|
commerce_order: 0
|
||||||
commerce_payment: 0
|
commerce_payment: 0
|
||||||
commerce_price: 0
|
commerce_price: 0
|
||||||
@@ -67,6 +69,7 @@ module:
|
|||||||
error_log: 0
|
error_log: 0
|
||||||
field: 0
|
field: 0
|
||||||
field_group: 0
|
field_group: 0
|
||||||
|
field_permissions: 0
|
||||||
field_ui: 0
|
field_ui: 0
|
||||||
file: 0
|
file: 0
|
||||||
filter: 0
|
filter: 0
|
||||||
@@ -113,8 +116,10 @@ module:
|
|||||||
page_cache: 0
|
page_cache: 0
|
||||||
pagerer: 0
|
pagerer: 0
|
||||||
path: 0
|
path: 0
|
||||||
|
path_alias: 0
|
||||||
path_alias_xt: 0
|
path_alias_xt: 0
|
||||||
pathologic: 0
|
pathologic: 0
|
||||||
|
permissions_filter: 0
|
||||||
persistent_login: 0
|
persistent_login: 0
|
||||||
profile: 0
|
profile: 0
|
||||||
recurring_period: 0
|
recurring_period: 0
|
||||||
@@ -163,7 +168,6 @@ module:
|
|||||||
filefield_sources: 1
|
filefield_sources: 1
|
||||||
menu_admin_per_menu: 1
|
menu_admin_per_menu: 1
|
||||||
menu_link_content: 1
|
menu_link_content: 1
|
||||||
pathauto: 1
|
|
||||||
content_translation: 10
|
content_translation: 10
|
||||||
views: 10
|
views: 10
|
||||||
materio_id: 11
|
materio_id: 11
|
||||||
|
@@ -1,23 +0,0 @@
|
|||||||
uuid: fc368711-3598-4c69-bace-df1be681bc3d
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_order.commerce_order_type.default
|
|
||||||
- field.storage.commerce_order.order_items
|
|
||||||
_core:
|
|
||||||
default_config_hash: iqPSpcfsl-SdT3MtQLp1uBc4udRzM_185m3Yqd5KdTA
|
|
||||||
id: commerce_order.default.order_items
|
|
||||||
field_name: order_items
|
|
||||||
entity_type: commerce_order
|
|
||||||
bundle: default
|
|
||||||
label: 'Order items'
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_order_item'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: entity_reference
|
|
@@ -1,21 +0,0 @@
|
|||||||
uuid: 3becbec4-756f-4f81-a751-e0f5741aa5de
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_order.commerce_order_type.materio_order_type
|
|
||||||
- field.storage.commerce_order.order_items
|
|
||||||
id: commerce_order.materio_order_type.order_items
|
|
||||||
field_name: order_items
|
|
||||||
entity_type: commerce_order
|
|
||||||
bundle: materio_order_type
|
|
||||||
label: 'Order items'
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: null
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_order_item'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: entity_reference
|
|
@@ -1,23 +0,0 @@
|
|||||||
uuid: 4857c81e-d332-4af2-a116-f2c903701ef3
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_order.commerce_order_type.recurring
|
|
||||||
- field.storage.commerce_order.order_items
|
|
||||||
_core:
|
|
||||||
default_config_hash: Iv22eWTSd-PFWM0Eb5ZLa4ezegeFBrCzDpf3SgpTZ_A
|
|
||||||
id: commerce_order.recurring.order_items
|
|
||||||
field_name: order_items
|
|
||||||
entity_type: commerce_order
|
|
||||||
bundle: recurring
|
|
||||||
label: 'Order items'
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_order_item'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: entity_reference
|
|
@@ -21,4 +21,5 @@ default_value: { }
|
|||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: false
|
display_summary: false
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
@@ -1,23 +0,0 @@
|
|||||||
uuid: 0969e971-0572-4788-ade8-57618f0b1e03
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_product.commerce_product_type.default
|
|
||||||
- field.storage.commerce_product.stores
|
|
||||||
_core:
|
|
||||||
default_config_hash: RYNTEdoNOXnNo71_mrAz8Gz37XTuuUsXOZTzAYx9wI8
|
|
||||||
id: commerce_product.default.stores
|
|
||||||
field_name: stores
|
|
||||||
entity_type: commerce_product
|
|
||||||
bundle: default
|
|
||||||
label: Stores
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_store'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: entity_reference
|
|
@@ -1,26 +0,0 @@
|
|||||||
uuid: c260f407-4d0c-4126-8d00-318c43d60105
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_product.commerce_product_type.default
|
|
||||||
- commerce_product.commerce_product_variation_type.default
|
|
||||||
- field.storage.commerce_product.variations
|
|
||||||
_core:
|
|
||||||
default_config_hash: '-I2JKkD4E2ths6CAmEuI9IWXzBLBO5CcOKVIyc81CNE'
|
|
||||||
id: commerce_product.default.variations
|
|
||||||
field_name: variations
|
|
||||||
entity_type: commerce_product
|
|
||||||
bundle: default
|
|
||||||
label: Variations
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_product_variation'
|
|
||||||
handler_settings:
|
|
||||||
target_bundles:
|
|
||||||
- default
|
|
||||||
field_type: entity_reference
|
|
@@ -19,4 +19,5 @@ default_value: { }
|
|||||||
default_value_callback: null
|
default_value_callback: null
|
||||||
settings:
|
settings:
|
||||||
display_summary: false
|
display_summary: false
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
@@ -1,21 +0,0 @@
|
|||||||
uuid: 82d5b63c-fcaa-4ea5-8a93-a8520bacdf30
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_product.commerce_product_type.materio_product_type
|
|
||||||
- field.storage.commerce_product.stores
|
|
||||||
id: commerce_product.materio_product_type.stores
|
|
||||||
field_name: stores
|
|
||||||
entity_type: commerce_product
|
|
||||||
bundle: materio_product_type
|
|
||||||
label: Stores
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: null
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_store'
|
|
||||||
handler_settings: { }
|
|
||||||
field_type: entity_reference
|
|
@@ -1,24 +0,0 @@
|
|||||||
uuid: 808b0a73-7b2b-43de-8f67-19e9ea1feef6
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- commerce_product.commerce_product_type.materio_product_type
|
|
||||||
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
|
||||||
- field.storage.commerce_product.variations
|
|
||||||
id: commerce_product.materio_product_type.variations
|
|
||||||
field_name: variations
|
|
||||||
entity_type: commerce_product
|
|
||||||
bundle: materio_product_type
|
|
||||||
label: Variations
|
|
||||||
description: ''
|
|
||||||
required: true
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: null
|
|
||||||
settings:
|
|
||||||
handler: 'default:commerce_product_variation'
|
|
||||||
handler_settings:
|
|
||||||
target_bundles:
|
|
||||||
- materio_product_variation_type
|
|
||||||
field_type: entity_reference
|
|
@@ -0,0 +1,23 @@
|
|||||||
|
uuid: 915cd4b9-78c4-495b-abec-38923c6d71d3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- commerce_product.commerce_product_variation_type.materio_product_variation_type
|
||||||
|
- field.storage.commerce_product_variation.field_multiple
|
||||||
|
id: commerce_product_variation.materio_product_variation_type.field_multiple
|
||||||
|
field_name: field_multiple
|
||||||
|
entity_type: commerce_product_variation
|
||||||
|
bundle: materio_product_variation_type
|
||||||
|
label: multiple
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'On'
|
||||||
|
off_label: 'Off'
|
||||||
|
field_type: boolean
|
@@ -19,4 +19,5 @@ default_value: { }
|
|||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
@@ -19,4 +19,5 @@ default_value: { }
|
|||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
@@ -21,4 +21,5 @@ default_value: { }
|
|||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: false
|
display_summary: false
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
@@ -21,4 +21,5 @@ default_value: { }
|
|||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
@@ -19,4 +19,5 @@ default_value: { }
|
|||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
display_summary: true
|
display_summary: true
|
||||||
|
required_summary: false
|
||||||
field_type: text_with_summary
|
field_type: text_with_summary
|
||||||
|
28
config/sync/field.field.profile.customer.tax_number.yml
Normal file
28
config/sync/field.field.profile.customer.tax_number.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
uuid: 65f47af3-f5d5-46ca-a22b-f6e4a4626ae3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.profile.tax_number
|
||||||
|
- profile.type.customer
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
|
id: profile.customer.tax_number
|
||||||
|
field_name: tax_number
|
||||||
|
entity_type: profile
|
||||||
|
bundle: customer
|
||||||
|
label: 'Tax number'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
- { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
countries: { }
|
||||||
|
verify: true
|
||||||
|
allow_unverified: true
|
||||||
|
field_type: commerce_tax_number
|
@@ -1,21 +0,0 @@
|
|||||||
uuid: ecc2a55c-c40d-4830-acc1-56ce41b42e89
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- commerce_order
|
|
||||||
_core:
|
|
||||||
default_config_hash: XXkG3364KELPh2dm7U58qNcPNoUgrvC2zj9LTHF4V5E
|
|
||||||
id: commerce_order.order_items
|
|
||||||
field_name: order_items
|
|
||||||
entity_type: commerce_order
|
|
||||||
type: entity_reference
|
|
||||||
settings:
|
|
||||||
target_type: commerce_order_item
|
|
||||||
module: core
|
|
||||||
locked: true
|
|
||||||
cardinality: -1
|
|
||||||
translatable: false
|
|
||||||
indexes: { }
|
|
||||||
persist_with_no_fields: false
|
|
||||||
custom_storage: false
|
|
@@ -1,22 +0,0 @@
|
|||||||
uuid: 798c522f-9208-47a5-b177-f71c7e79d215
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- commerce_product
|
|
||||||
- commerce_store
|
|
||||||
_core:
|
|
||||||
default_config_hash: qzJaXjkjRd_-1CF6EnCb5fpCcA6mnBB34P4qOOQ6n9g
|
|
||||||
id: commerce_product.stores
|
|
||||||
field_name: stores
|
|
||||||
entity_type: commerce_product
|
|
||||||
type: entity_reference
|
|
||||||
settings:
|
|
||||||
target_type: commerce_store
|
|
||||||
module: core
|
|
||||||
locked: true
|
|
||||||
cardinality: -1
|
|
||||||
translatable: false
|
|
||||||
indexes: { }
|
|
||||||
persist_with_no_fields: false
|
|
||||||
custom_storage: false
|
|
@@ -1,21 +0,0 @@
|
|||||||
uuid: 0011de9c-2b0b-4410-b225-ce2643c2fbc1
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- commerce_product
|
|
||||||
_core:
|
|
||||||
default_config_hash: '-sSnK9eimilO8WwVtSpdX2rg9gGrtSKccb6s59G_kBM'
|
|
||||||
id: commerce_product.variations
|
|
||||||
field_name: variations
|
|
||||||
entity_type: commerce_product
|
|
||||||
type: entity_reference
|
|
||||||
settings:
|
|
||||||
target_type: commerce_product_variation
|
|
||||||
module: core
|
|
||||||
locked: true
|
|
||||||
cardinality: -1
|
|
||||||
translatable: false
|
|
||||||
indexes: { }
|
|
||||||
persist_with_no_fields: false
|
|
||||||
custom_storage: false
|
|
@@ -0,0 +1,18 @@
|
|||||||
|
uuid: d33342d9-6be2-4dd9-97fe-736ddbaa7deb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_product
|
||||||
|
id: commerce_product_variation.field_multiple
|
||||||
|
field_name: field_multiple
|
||||||
|
entity_type: commerce_product_variation
|
||||||
|
type: boolean
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
22
config/sync/field.storage.profile.tax_number.yml
Normal file
22
config/sync/field.storage.profile.tax_number.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
uuid: 406b92db-fbe4-4744-9646-6d8c357bd581
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
|
- profile
|
||||||
|
id: profile.tax_number
|
||||||
|
field_name: tax_number
|
||||||
|
entity_type: profile
|
||||||
|
type: commerce_tax_number
|
||||||
|
settings: { }
|
||||||
|
module: commerce_tax
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@@ -3,8 +3,12 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
id: user.field_company
|
id: user.field_company
|
||||||
field_name: field_company
|
field_name: field_company
|
||||||
entity_type: user
|
entity_type: user
|
||||||
|
@@ -3,8 +3,12 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- options
|
- options
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
id: user.field_member_type
|
id: user.field_member_type
|
||||||
field_name: field_member_type
|
field_name: field_member_type
|
||||||
entity_type: user
|
entity_type: user
|
||||||
|
@@ -3,7 +3,11 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
id: user.field_memo
|
id: user.field_memo
|
||||||
field_name: field_memo
|
field_name: field_memo
|
||||||
entity_type: user
|
entity_type: user
|
||||||
|
@@ -3,8 +3,12 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
id: user.field_showroom
|
id: user.field_showroom
|
||||||
field_name: field_showroom
|
field_name: field_showroom
|
||||||
entity_type: user
|
entity_type: user
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
genpass_length: 12
|
genpass_length: 12
|
||||||
genpass_algorithm: user
|
genpass_algorithm: user
|
||||||
genpass_entropy: 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!#$%&*+-.?@^_'
|
genpass_entropy: 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!#$%&*+-.?@^_'
|
||||||
genpass_mode: 1
|
genpass_mode: 2
|
||||||
genpass_display: 3
|
genpass_display: 3
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: HNSTwPQM5lvXFeH4cVlcB2gZFJ5S--Nbmfj7651HK24
|
default_config_hash: HNSTwPQM5lvXFeH4cVlcB2gZFJ5S--Nbmfj7651HK24
|
||||||
|
@@ -211,6 +211,7 @@ resourceFields:
|
|||||||
refine: true
|
refine: true
|
||||||
custom_selection:
|
custom_selection:
|
||||||
- card_medium
|
- card_medium
|
||||||
|
- card_big
|
||||||
disabled: false
|
disabled: false
|
||||||
field_memo:
|
field_memo:
|
||||||
disabled: true
|
disabled: true
|
||||||
|
@@ -0,0 +1,13 @@
|
|||||||
|
uuid: 654a7563-d998-4049-bf70-8e806cf687c3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- path_alias
|
||||||
|
_core:
|
||||||
|
default_config_hash: dhjFABRzm52DkRXnYja5ZoHwjY0R3gEGic3KpDUXgRo
|
||||||
|
id: path_alias.path_alias
|
||||||
|
target_entity_type_id: path_alias
|
||||||
|
target_bundle: path_alias
|
||||||
|
default_langcode: und
|
||||||
|
language_alterable: true
|
@@ -1 +0,0 @@
|
|||||||
label: 'Eléments de la commande'
|
|
@@ -1 +0,0 @@
|
|||||||
label: 'Eléments de la commande'
|
|
@@ -1 +0,0 @@
|
|||||||
label: Boutiques
|
|
@@ -1 +0,0 @@
|
|||||||
label: Variations
|
|
@@ -3,10 +3,8 @@ default_config:
|
|||||||
page_breaker: …
|
page_breaker: …
|
||||||
pages:
|
pages:
|
||||||
prefix_label: Page
|
prefix_label: Page
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_current_title: 'Page courante'
|
page_current_title: 'Page courante'
|
||||||
page_title: 'Aller à la page @number'
|
page_title: 'Aller à la page @number'
|
||||||
first_title: 'Aller à la première page'
|
first_title: 'Aller à la première page'
|
||||||
@@ -21,16 +19,12 @@ default_config:
|
|||||||
last_reader: 'Dernière page'
|
last_reader: 'Dernière page'
|
||||||
items:
|
items:
|
||||||
prefix_label: Élément
|
prefix_label: Élément
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_reader: Élément
|
page_reader: Élément
|
||||||
first_reader: 'Premier élément'
|
first_reader: 'Premier élément'
|
||||||
item_ranges:
|
item_ranges:
|
||||||
prefix_label: Éléments
|
prefix_label: Éléments
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_reader: Éléments
|
page_reader: Éléments
|
||||||
|
@@ -1,10 +1,8 @@
|
|||||||
default_config:
|
default_config:
|
||||||
tags:
|
tags:
|
||||||
pages:
|
pages:
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
first_title: 'Aller à la première page'
|
first_title: 'Aller à la première page'
|
||||||
previous_title: 'Aller à la page précédente'
|
previous_title: 'Aller à la page précédente'
|
||||||
next_title: 'Aller à la page suivante'
|
next_title: 'Aller à la page suivante'
|
||||||
@@ -14,13 +12,9 @@ default_config:
|
|||||||
next_reader: 'Page suivante'
|
next_reader: 'Page suivante'
|
||||||
last_reader: 'Dernière page'
|
last_reader: 'Dernière page'
|
||||||
items:
|
items:
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
first_reader: 'Premier élément'
|
first_reader: 'Premier élément'
|
||||||
item_ranges:
|
item_ranges:
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
|
@@ -2,10 +2,8 @@ default_config:
|
|||||||
tags:
|
tags:
|
||||||
pages:
|
pages:
|
||||||
prefix_label: Page
|
prefix_label: Page
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_current_title: 'Page courante'
|
page_current_title: 'Page courante'
|
||||||
first_title: 'Aller à la première page'
|
first_title: 'Aller à la première page'
|
||||||
previous_title: 'Aller à la page précédente'
|
previous_title: 'Aller à la page précédente'
|
||||||
@@ -18,8 +16,6 @@ default_config:
|
|||||||
last_reader: 'Dernière page'
|
last_reader: 'Dernière page'
|
||||||
items:
|
items:
|
||||||
prefix_label: Élément
|
prefix_label: Élément
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
first_reader: 'Premier élément'
|
first_reader: 'Premier élément'
|
||||||
|
@@ -3,10 +3,8 @@ default_config:
|
|||||||
page_breaker: …
|
page_breaker: …
|
||||||
pages:
|
pages:
|
||||||
prefix_label: Page
|
prefix_label: Page
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_current_title: 'Page courante'
|
page_current_title: 'Page courante'
|
||||||
page_title: 'Aller à la page @number'
|
page_title: 'Aller à la page @number'
|
||||||
first_title: 'Aller à la première page'
|
first_title: 'Aller à la première page'
|
||||||
@@ -21,16 +19,12 @@ default_config:
|
|||||||
last_reader: 'Dernière page'
|
last_reader: 'Dernière page'
|
||||||
items:
|
items:
|
||||||
prefix_label: Élément
|
prefix_label: Élément
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_reader: Élément
|
page_reader: Élément
|
||||||
first_reader: 'Premier élément'
|
first_reader: 'Premier élément'
|
||||||
item_ranges:
|
item_ranges:
|
||||||
prefix_label: Éléments
|
prefix_label: Éléments
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_reader: Éléments
|
page_reader: Éléments
|
||||||
|
@@ -2,10 +2,8 @@ default_config:
|
|||||||
tags:
|
tags:
|
||||||
pages:
|
pages:
|
||||||
prefix_label: Page
|
prefix_label: Page
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_current_title: 'Page courante'
|
page_current_title: 'Page courante'
|
||||||
page_title: 'Aller à la page @number'
|
page_title: 'Aller à la page @number'
|
||||||
first_title: 'Aller à la première page'
|
first_title: 'Aller à la première page'
|
||||||
@@ -20,16 +18,12 @@ default_config:
|
|||||||
last_reader: 'Dernière page'
|
last_reader: 'Dernière page'
|
||||||
items:
|
items:
|
||||||
prefix_label: Élément
|
prefix_label: Élément
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_reader: Élément
|
page_reader: Élément
|
||||||
first_reader: 'Premier élément'
|
first_reader: 'Premier élément'
|
||||||
item_ranges:
|
item_ranges:
|
||||||
prefix_label: Éléments
|
prefix_label: Éléments
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_reader: Éléments
|
page_reader: Éléments
|
||||||
|
@@ -2,10 +2,8 @@ default_config:
|
|||||||
tags:
|
tags:
|
||||||
pages:
|
pages:
|
||||||
prefix_label: Page
|
prefix_label: Page
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
page_current_title: 'Page courante'
|
page_current_title: 'Page courante'
|
||||||
first_title: 'Aller à la première page'
|
first_title: 'Aller à la première page'
|
||||||
previous_title: 'Aller à la page précédente'
|
previous_title: 'Aller à la page précédente'
|
||||||
@@ -18,14 +16,10 @@ default_config:
|
|||||||
last_reader: 'Dernière page'
|
last_reader: 'Dernière page'
|
||||||
items:
|
items:
|
||||||
prefix_label: Élément
|
prefix_label: Élément
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
first_reader: 'Premier élément'
|
first_reader: 'Premier élément'
|
||||||
item_ranges:
|
item_ranges:
|
||||||
prefix_label: Éléments
|
prefix_label: Éléments
|
||||||
first: «
|
|
||||||
previous: ‹
|
previous: ‹
|
||||||
next: ›
|
next: ›
|
||||||
last: »
|
|
||||||
|
@@ -1 +1,2 @@
|
|||||||
label: Client
|
label: Client
|
||||||
|
display_label: 'Informations sur le client'
|
||||||
|
@@ -0,0 +1 @@
|
|||||||
|
label: Autocomplétion
|
@@ -0,0 +1 @@
|
|||||||
|
label: Requête
|
@@ -0,0 +1 @@
|
|||||||
|
label: Sélectionner
|
@@ -1 +0,0 @@
|
|||||||
label: 'Mettre à jour l''alias d''URL'
|
|
@@ -1 +0,0 @@
|
|||||||
label: 'Mettre à jour l''alias d''URL'
|
|
@@ -25,7 +25,6 @@ display:
|
|||||||
commerce_order_bulk_form:
|
commerce_order_bulk_form:
|
||||||
action_title: 'Pour cette sélection'
|
action_title: 'Pour cette sélection'
|
||||||
order_number:
|
order_number:
|
||||||
label: '#'
|
|
||||||
separator: ', '
|
separator: ', '
|
||||||
placed:
|
placed:
|
||||||
label: Date
|
label: Date
|
||||||
|
@@ -21,8 +21,6 @@ display:
|
|||||||
first: "«\_premier"
|
first: "«\_premier"
|
||||||
last: "dernier\_»"
|
last: "dernier\_»"
|
||||||
fields:
|
fields:
|
||||||
idmaillog:
|
|
||||||
label: '#'
|
|
||||||
sent_date:
|
sent_date:
|
||||||
label: Date
|
label: Date
|
||||||
subject:
|
subject:
|
||||||
|
@@ -21,5 +21,3 @@ display:
|
|||||||
exception:
|
exception:
|
||||||
title: Tout
|
title: Tout
|
||||||
title: Profils
|
title: Profils
|
||||||
user_view:
|
|
||||||
display_title: 'Voir l''utilisateur'
|
|
||||||
|
@@ -11,3 +11,4 @@ use_theme: false
|
|||||||
tagging_mailkey: true
|
tagging_mailkey: true
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: bMOl3jD7ZuzZMuaUYzyqadr56G486ldo28NYIkK_54g
|
default_config_hash: bMOl3jD7ZuzZMuaUYzyqadr56G486ldo28NYIkK_54g
|
||||||
|
api_endpoint: 'https://api.mailgun.net'
|
||||||
|
@@ -1,34 +0,0 @@
|
|||||||
uuid: 4c7670d3-7c8e-4c64-b3f0-a5ff1015365c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- language
|
|
||||||
- node
|
|
||||||
id: articles
|
|
||||||
label: Articles
|
|
||||||
type: 'canonical_entities:node'
|
|
||||||
pattern: 'blabla/[node:title]'
|
|
||||||
selection_criteria:
|
|
||||||
ff04a5fa-241d-492c-8c4e-b3f586c7857e:
|
|
||||||
id: node_type
|
|
||||||
bundles:
|
|
||||||
article: article
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: node
|
|
||||||
uuid: ff04a5fa-241d-492c-8c4e-b3f586c7857e
|
|
||||||
554d8b81-b27f-4692-bb12-212fbd3debdc:
|
|
||||||
id: language
|
|
||||||
langcodes:
|
|
||||||
en: en
|
|
||||||
fr: fr
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
language: 'node:langcode:language'
|
|
||||||
uuid: 554d8b81-b27f-4692-bb12-212fbd3debdc
|
|
||||||
selection_logic: and
|
|
||||||
weight: -10
|
|
||||||
relationships:
|
|
||||||
'node:langcode:language':
|
|
||||||
label: Language
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user