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/auto_entitylabel": "2.x-dev",
|
||||
"drupal/commerce": "^2.12",
|
||||
"drupal/commerce_cart_api": "^1.4",
|
||||
"drupal/commerce_license": "^2.0@alpha",
|
||||
"drupal/commerce_migrate": "^2.0",
|
||||
"drupal/commerce_monetico": "^1.0",
|
||||
@@ -32,10 +33,11 @@
|
||||
"drupal/computed_field": "^2.0@beta",
|
||||
"drupal/config_split": "^1.4",
|
||||
"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/entity_clone": "^1.0",
|
||||
"drupal/error_log": "^1.0",
|
||||
"drupal/field_permissions": "^1.0",
|
||||
"drupal/genpass": "1.x-dev",
|
||||
"drupal/image_delta_formatter": "1.x-dev",
|
||||
"drupal/jsonapi_extras": "^3.7",
|
||||
@@ -47,6 +49,7 @@
|
||||
"drupal/migrate_tools": "4.x-dev",
|
||||
"drupal/mimemail": "1.x-dev",
|
||||
"drupal/modules_weight": "^1.8",
|
||||
"drupal/permissions_filter": "^1.1",
|
||||
"drupal/restui": "^1.16",
|
||||
"drupal/search_api_autocomplete": "^1.2",
|
||||
"drupal/search_api_page": "1.x-dev",
|
||||
@@ -56,9 +59,11 @@
|
||||
"drupal/subrequests": "^2.0",
|
||||
"drupal/telephone_formatter": "^1.0@beta",
|
||||
"drupal/telephone_validation": "^2.1",
|
||||
"drupal/translation_views": "1.x-dev",
|
||||
"drupal/ultimate_cron": "2.x-dev",
|
||||
"drupal/views_conditional": "1.x-dev",
|
||||
"drush/drush": "^9.0.0",
|
||||
"symfony/event-dispatcher": "4.3.4 as 3.4.99",
|
||||
"vlucas/phpdotenv": "^2.4",
|
||||
"webflo/drupal-finder": "^1.0.0",
|
||||
"webmozart/path-util": "^2.3",
|
||||
@@ -74,7 +79,10 @@
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "7.3"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@@ -119,10 +127,8 @@
|
||||
},
|
||||
"patches": {
|
||||
"drupal/core": {
|
||||
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.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"
|
||||
"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/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"
|
||||
|
4424
composer.lock
generated
4424
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,8 @@
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
- 0
|
||||
rebuild_theme: true
|
||||
devel_dumper: default
|
||||
1: 1
|
||||
rebuild_theme: false
|
||||
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
|
||||
panes:
|
||||
login:
|
||||
allow_guest_checkout: false
|
||||
allow_guest_checkout: true
|
||||
allow_registration: true
|
||||
step: login
|
||||
weight: 10
|
||||
weight: 0
|
||||
review:
|
||||
step: review
|
||||
weight: 10
|
||||
weight: 4
|
||||
completion_message:
|
||||
step: complete
|
||||
weight: 10
|
||||
weight: 6
|
||||
completion_register:
|
||||
step: complete
|
||||
weight: 10
|
||||
weight: 7
|
||||
order_summary:
|
||||
view: ''
|
||||
step: _sidebar
|
||||
weight: 10
|
||||
weight: 8
|
||||
contact_information:
|
||||
double_entry: false
|
||||
step: order_information
|
||||
weight: 10
|
||||
weight: 2
|
||||
payment_process:
|
||||
capture: true
|
||||
step: payment
|
||||
weight: 10
|
||||
weight: 5
|
||||
payment_information:
|
||||
step: order_information
|
||||
weight: 10
|
||||
weight: 3
|
||||
coupon_redemption:
|
||||
allow_multiple: false
|
||||
step: _sidebar
|
||||
weight: 10
|
||||
weight: 9
|
||||
email_registration_login:
|
||||
allow_guest_checkout: true
|
||||
allow_registration: false
|
||||
step: _disabled
|
||||
weight: 10
|
||||
allow_registration: true
|
||||
step: login
|
||||
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:
|
||||
0: system.performance
|
||||
2: devel.settings
|
||||
4: piwik.settings
|
||||
- system.performance
|
||||
- devel.settings
|
||||
- piwik.settings
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
||||
|
@@ -2,6 +2,6 @@ default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
interval: 3600
|
||||
user_default_enabled: true
|
||||
user_default_enabled: false
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||
|
@@ -4,7 +4,6 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- commerce_order.commerce_order_type.default
|
||||
- field.field.commerce_order.default.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- inline_entity_form
|
||||
|
@@ -4,7 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- 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:
|
||||
- commerce_order
|
||||
- inline_entity_form
|
||||
@@ -36,15 +36,15 @@ content:
|
||||
type: inline_entity_form_complex
|
||||
weight: 0
|
||||
settings:
|
||||
form_mode: variation_cart_form
|
||||
override_labels: true
|
||||
label_singular: 'order item'
|
||||
label_plural: 'order items'
|
||||
form_mode: default
|
||||
match_operator: CONTAINS
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
allow_new: true
|
||||
allow_new: false
|
||||
allow_existing: false
|
||||
match_operator: CONTAINS
|
||||
allow_duplicate: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
|
@@ -6,7 +6,6 @@ dependencies:
|
||||
- commerce_order.commerce_order_type.recurring
|
||||
- field.field.commerce_order.recurring.billing_period
|
||||
- field.field.commerce_order.recurring.billing_schedule
|
||||
- field.field.commerce_order.recurring.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- inline_entity_form
|
||||
|
@@ -24,6 +24,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
quantity:
|
||||
|
@@ -5,6 +5,9 @@ dependencies:
|
||||
config:
|
||||
- commerce_order.commerce_order_item_type.recurring_product_variation
|
||||
- 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:
|
||||
- commerce_order
|
||||
id: commerce_order_item.recurring_product_variation.add_to_cart
|
||||
@@ -19,6 +22,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
quantity:
|
||||
@@ -30,5 +34,8 @@ content:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
billing_period: true
|
||||
created: true
|
||||
license: true
|
||||
subscription: true
|
||||
unit_price: true
|
||||
|
@@ -21,6 +21,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
quantity:
|
||||
|
@@ -5,8 +5,6 @@ dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.default
|
||||
- field.field.commerce_product.default.body
|
||||
- field.field.commerce_product.default.stores
|
||||
- field.field.commerce_product.default.variations
|
||||
module:
|
||||
- commerce
|
||||
- path
|
||||
@@ -25,6 +23,7 @@ content:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
@@ -82,6 +81,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
|
@@ -5,7 +5,6 @@ dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.materio_product_type
|
||||
- field.field.commerce_product.materio_product_type.body
|
||||
- field.field.commerce_product.materio_product_type.stores
|
||||
module:
|
||||
- commerce
|
||||
- path
|
||||
@@ -22,6 +21,7 @@ content:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
@@ -81,6 +81,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
variations: true
|
||||
|
@@ -6,6 +6,7 @@ dependencies:
|
||||
- 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.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
|
||||
@@ -32,6 +33,13 @@ content:
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_multiple:
|
||||
weight: 93
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
|
@@ -7,8 +7,6 @@ dependencies:
|
||||
module:
|
||||
- address
|
||||
- path
|
||||
_core:
|
||||
default_config_hash: aOjgfb6yMxeaSWFwXTCknWVCT0JD6vYcflAXlczbBEI
|
||||
id: commerce_store.online.default
|
||||
targetEntityType: commerce_store
|
||||
bundle: online
|
||||
@@ -16,14 +14,13 @@ mode: default
|
||||
content:
|
||||
address:
|
||||
type: address_default
|
||||
settings:
|
||||
default_country: site_default
|
||||
weight: 3
|
||||
settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
billing_countries:
|
||||
type: options_select
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -33,6 +30,13 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
is_default:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 9
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
@@ -58,7 +62,7 @@ content:
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 30
|
||||
weight: 8
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -66,13 +70,20 @@ content:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 3
|
||||
weight: 6
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
tax_registrations:
|
||||
type: options_select
|
||||
weight: 4
|
||||
weight: 7
|
||||
region: content
|
||||
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
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_date:
|
||||
@@ -133,6 +134,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -156,6 +158,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -173,6 +176,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -182,6 +186,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
|
@@ -190,6 +190,7 @@ content:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_attachments:
|
||||
@@ -205,6 +206,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -220,6 +222,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -229,6 +232,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -238,6 +242,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -289,6 +294,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
|
@@ -23,6 +23,7 @@ content:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
@@ -86,6 +87,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
url_redirects:
|
||||
|
@@ -22,6 +22,7 @@ content:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
created:
|
||||
@@ -36,6 +37,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -45,6 +47,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
@@ -97,6 +100,7 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
|
@@ -4,6 +4,8 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.profile.customer.address
|
||||
- field.field.profile.customer.phone
|
||||
- field.field.profile.customer.tax_number
|
||||
- profile.type.customer
|
||||
enforced:
|
||||
module:
|
||||
@@ -23,4 +25,7 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden: { }
|
||||
hidden:
|
||||
is_default: true
|
||||
phone: true
|
||||
tax_number: true
|
||||
|
@@ -213,6 +213,13 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 100
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 23
|
||||
region: content
|
||||
|
@@ -174,6 +174,13 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 100
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 5
|
||||
region: content
|
||||
|
@@ -33,6 +33,13 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 100
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 3
|
||||
region: content
|
||||
|
@@ -41,6 +41,13 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 100
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 4
|
||||
region: content
|
||||
|
@@ -20,17 +20,13 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
contact:
|
||||
weight: 8
|
||||
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
|
||||
@@ -54,16 +50,17 @@ content:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
match_limit: 10
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
language:
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
matomo:
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -75,9 +72,13 @@ content:
|
||||
third_party_settings: { }
|
||||
simplenews:
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
commerce_remote_id: true
|
||||
contact: true
|
||||
contact_company_profiles: true
|
||||
customer_profiles: 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:
|
||||
config:
|
||||
- commerce_order.commerce_order_type.default
|
||||
- field.field.commerce_order.default.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- state_machine
|
||||
|
@@ -5,7 +5,6 @@ dependencies:
|
||||
config:
|
||||
- commerce_order.commerce_order_type.default
|
||||
- core.entity_view_mode.commerce_order.user
|
||||
- field.field.commerce_order.default.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- 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:
|
||||
config:
|
||||
- commerce_order.commerce_order_type.materio_order_type
|
||||
- field.field.commerce_order.materio_order_type.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- commerce_price
|
||||
- entity_reference_revisions
|
||||
- state_machine
|
||||
- user
|
||||
id: commerce_order.materio_order_type.default
|
||||
@@ -14,10 +15,19 @@ targetEntityType: commerce_order
|
||||
bundle: materio_order_type
|
||||
mode: default
|
||||
content:
|
||||
billing_profile:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 10
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
completed:
|
||||
label: above
|
||||
type: timestamp
|
||||
weight: 0
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
date_format: medium
|
||||
@@ -27,30 +37,37 @@ content:
|
||||
ip_address:
|
||||
label: above
|
||||
type: string
|
||||
weight: 0
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
mail:
|
||||
label: above
|
||||
type: string
|
||||
weight: 0
|
||||
type: basic_string
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
order_items:
|
||||
type: commerce_order_item_table
|
||||
weight: 0
|
||||
weight: 6
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
order_number:
|
||||
type: string
|
||||
weight: 8
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
placed:
|
||||
label: above
|
||||
type: timestamp
|
||||
weight: 0
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
date_format: medium
|
||||
@@ -60,14 +77,31 @@ content:
|
||||
state:
|
||||
label: hidden
|
||||
type: state_transition_form
|
||||
weight: 10
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
store_id:
|
||||
type: entity_reference_label
|
||||
weight: 9
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
total_paid:
|
||||
type: commerce_price_default
|
||||
weight: 11
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
strip_trailing_zeroes: false
|
||||
currency_display: symbol
|
||||
third_party_settings: { }
|
||||
total_price:
|
||||
label: hidden
|
||||
type: commerce_order_total_summary
|
||||
weight: 0
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -79,8 +113,5 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
billing_profile: true
|
||||
changed: true
|
||||
order_number: true
|
||||
store_id: true
|
||||
total_paid: true
|
||||
search_api_excerpt: true
|
||||
|
@@ -6,7 +6,6 @@ dependencies:
|
||||
- commerce_order.commerce_order_type.recurring
|
||||
- field.field.commerce_order.recurring.billing_period
|
||||
- field.field.commerce_order.recurring.billing_schedule
|
||||
- field.field.commerce_order.recurring.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- commerce_recurring
|
||||
|
@@ -7,7 +7,6 @@ dependencies:
|
||||
- core.entity_view_mode.commerce_order.user
|
||||
- field.field.commerce_order.recurring.billing_period
|
||||
- field.field.commerce_order.recurring.billing_schedule
|
||||
- field.field.commerce_order.recurring.order_items
|
||||
module:
|
||||
- commerce_order
|
||||
- commerce_recurring
|
||||
|
@@ -16,5 +16,6 @@ hidden:
|
||||
license: true
|
||||
purchased_entity: true
|
||||
quantity: true
|
||||
search_api_excerpt: true
|
||||
total_price: true
|
||||
unit_price: true
|
||||
|
@@ -5,8 +5,6 @@ dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.default
|
||||
- field.field.commerce_product.default.body
|
||||
- field.field.commerce_product.default.stores
|
||||
- field.field.commerce_product.default.variations
|
||||
module:
|
||||
- commerce_product
|
||||
- text
|
||||
|
@@ -5,8 +5,6 @@ dependencies:
|
||||
config:
|
||||
- commerce_product.commerce_product_type.materio_product_type
|
||||
- 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
|
||||
targetEntityType: commerce_product
|
||||
bundle: materio_product_type
|
||||
@@ -18,13 +16,14 @@ content:
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
view_mode: summary
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
created: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
stores: true
|
||||
title: 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
|
||||
- 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
|
||||
@@ -22,22 +23,32 @@ bundle: materio_product_variation_type
|
||||
mode: default
|
||||
content:
|
||||
commerce_variation_cart_form:
|
||||
weight: 3
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_description:
|
||||
weight: 2
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
price:
|
||||
label: hidden
|
||||
type: commerce_price_default
|
||||
weight: 1
|
||||
field_multiple:
|
||||
type: boolean
|
||||
weight: 3
|
||||
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:
|
||||
strip_trailing_zeroes: false
|
||||
currency_display: symbol
|
||||
@@ -57,5 +68,6 @@ hidden:
|
||||
license_type: true
|
||||
list_price: true
|
||||
product_id: true
|
||||
search_api_excerpt: true
|
||||
sku: 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:
|
||||
config:
|
||||
- field.field.profile.customer.address
|
||||
- field.field.profile.customer.phone
|
||||
- field.field.profile.customer.tax_number
|
||||
- profile.type.customer
|
||||
enforced:
|
||||
module:
|
||||
- commerce_order
|
||||
module:
|
||||
- address
|
||||
- commerce_tax
|
||||
_core:
|
||||
default_config_hash: '-D8G44VGLIAIFvoHm_u7-Awnie4iCenOWfldrpNy_ys'
|
||||
id: profile.customer.default
|
||||
@@ -24,4 +27,14 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
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
|
||||
commerce: 0
|
||||
commerce_cart: 0
|
||||
commerce_cart_api: 0
|
||||
commerce_checkout: 0
|
||||
commerce_cmcic: 0
|
||||
commerce_license: 0
|
||||
commerce_log: 0
|
||||
commerce_migrate: 0
|
||||
commerce_migrate_ubercart: 0
|
||||
commerce_number_pattern: 0
|
||||
commerce_order: 0
|
||||
commerce_payment: 0
|
||||
commerce_price: 0
|
||||
@@ -67,6 +69,7 @@ module:
|
||||
error_log: 0
|
||||
field: 0
|
||||
field_group: 0
|
||||
field_permissions: 0
|
||||
field_ui: 0
|
||||
file: 0
|
||||
filter: 0
|
||||
@@ -113,8 +116,10 @@ module:
|
||||
page_cache: 0
|
||||
pagerer: 0
|
||||
path: 0
|
||||
path_alias: 0
|
||||
path_alias_xt: 0
|
||||
pathologic: 0
|
||||
permissions_filter: 0
|
||||
persistent_login: 0
|
||||
profile: 0
|
||||
recurring_period: 0
|
||||
@@ -163,7 +168,6 @@ module:
|
||||
filefield_sources: 1
|
||||
menu_admin_per_menu: 1
|
||||
menu_link_content: 1
|
||||
pathauto: 1
|
||||
content_translation: 10
|
||||
views: 10
|
||||
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: ''
|
||||
settings:
|
||||
display_summary: false
|
||||
required_summary: false
|
||||
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
|
||||
settings:
|
||||
display_summary: false
|
||||
required_summary: false
|
||||
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: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
field_type: text_with_summary
|
||||
|
@@ -19,4 +19,5 @@ default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
field_type: text_with_summary
|
||||
|
@@ -21,4 +21,5 @@ default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: false
|
||||
required_summary: false
|
||||
field_type: text_with_summary
|
||||
|
@@ -21,4 +21,5 @@ default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
field_type: text_with_summary
|
||||
|
@@ -19,4 +19,5 @@ default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
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
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- taxonomy
|
||||
- user
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: custom
|
||||
id: user.field_company
|
||||
field_name: field_company
|
||||
entity_type: user
|
||||
|
@@ -3,8 +3,12 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- options
|
||||
- user
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: custom
|
||||
id: user.field_member_type
|
||||
field_name: field_member_type
|
||||
entity_type: user
|
||||
|
@@ -3,7 +3,11 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- user
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: custom
|
||||
id: user.field_memo
|
||||
field_name: field_memo
|
||||
entity_type: user
|
||||
|
@@ -3,8 +3,12 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- taxonomy
|
||||
- user
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: custom
|
||||
id: user.field_showroom
|
||||
field_name: field_showroom
|
||||
entity_type: user
|
||||
|
@@ -1,7 +1,7 @@
|
||||
genpass_length: 12
|
||||
genpass_algorithm: user
|
||||
genpass_entropy: 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!#$%&*+-.?@^_'
|
||||
genpass_mode: 1
|
||||
genpass_mode: 2
|
||||
genpass_display: 3
|
||||
_core:
|
||||
default_config_hash: HNSTwPQM5lvXFeH4cVlcB2gZFJ5S--Nbmfj7651HK24
|
||||
|
@@ -211,6 +211,7 @@ resourceFields:
|
||||
refine: true
|
||||
custom_selection:
|
||||
- card_medium
|
||||
- card_big
|
||||
disabled: false
|
||||
field_memo:
|
||||
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: …
|
||||
pages:
|
||||
prefix_label: Page
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_current_title: 'Page courante'
|
||||
page_title: 'Aller à la page @number'
|
||||
first_title: 'Aller à la première page'
|
||||
@@ -21,16 +19,12 @@ default_config:
|
||||
last_reader: 'Dernière page'
|
||||
items:
|
||||
prefix_label: Élément
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_reader: Élément
|
||||
first_reader: 'Premier élément'
|
||||
item_ranges:
|
||||
prefix_label: Éléments
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_reader: Éléments
|
||||
|
@@ -1,10 +1,8 @@
|
||||
default_config:
|
||||
tags:
|
||||
pages:
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
first_title: 'Aller à la première page'
|
||||
previous_title: 'Aller à la page précédente'
|
||||
next_title: 'Aller à la page suivante'
|
||||
@@ -14,13 +12,9 @@ default_config:
|
||||
next_reader: 'Page suivante'
|
||||
last_reader: 'Dernière page'
|
||||
items:
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
first_reader: 'Premier élément'
|
||||
item_ranges:
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
|
@@ -2,10 +2,8 @@ default_config:
|
||||
tags:
|
||||
pages:
|
||||
prefix_label: Page
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_current_title: 'Page courante'
|
||||
first_title: 'Aller à la première page'
|
||||
previous_title: 'Aller à la page précédente'
|
||||
@@ -18,8 +16,6 @@ default_config:
|
||||
last_reader: 'Dernière page'
|
||||
items:
|
||||
prefix_label: Élément
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
first_reader: 'Premier élément'
|
||||
|
@@ -3,10 +3,8 @@ default_config:
|
||||
page_breaker: …
|
||||
pages:
|
||||
prefix_label: Page
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_current_title: 'Page courante'
|
||||
page_title: 'Aller à la page @number'
|
||||
first_title: 'Aller à la première page'
|
||||
@@ -21,16 +19,12 @@ default_config:
|
||||
last_reader: 'Dernière page'
|
||||
items:
|
||||
prefix_label: Élément
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_reader: Élément
|
||||
first_reader: 'Premier élément'
|
||||
item_ranges:
|
||||
prefix_label: Éléments
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_reader: Éléments
|
||||
|
@@ -2,10 +2,8 @@ default_config:
|
||||
tags:
|
||||
pages:
|
||||
prefix_label: Page
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_current_title: 'Page courante'
|
||||
page_title: 'Aller à la page @number'
|
||||
first_title: 'Aller à la première page'
|
||||
@@ -20,16 +18,12 @@ default_config:
|
||||
last_reader: 'Dernière page'
|
||||
items:
|
||||
prefix_label: Élément
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_reader: Élément
|
||||
first_reader: 'Premier élément'
|
||||
item_ranges:
|
||||
prefix_label: Éléments
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_reader: Éléments
|
||||
|
@@ -2,10 +2,8 @@ default_config:
|
||||
tags:
|
||||
pages:
|
||||
prefix_label: Page
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
page_current_title: 'Page courante'
|
||||
first_title: 'Aller à la première page'
|
||||
previous_title: 'Aller à la page précédente'
|
||||
@@ -18,14 +16,10 @@ default_config:
|
||||
last_reader: 'Dernière page'
|
||||
items:
|
||||
prefix_label: Élément
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
first_reader: 'Premier élément'
|
||||
item_ranges:
|
||||
prefix_label: Éléments
|
||||
first: «
|
||||
previous: ‹
|
||||
next: ›
|
||||
last: »
|
||||
|
@@ -1 +1,2 @@
|
||||
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:
|
||||
action_title: 'Pour cette sélection'
|
||||
order_number:
|
||||
label: '#'
|
||||
separator: ', '
|
||||
placed:
|
||||
label: Date
|
||||
|
@@ -21,8 +21,6 @@ display:
|
||||
first: "«\_premier"
|
||||
last: "dernier\_»"
|
||||
fields:
|
||||
idmaillog:
|
||||
label: '#'
|
||||
sent_date:
|
||||
label: Date
|
||||
subject:
|
||||
|
@@ -21,5 +21,3 @@ display:
|
||||
exception:
|
||||
title: Tout
|
||||
title: Profils
|
||||
user_view:
|
||||
display_title: 'Voir l''utilisateur'
|
||||
|
@@ -11,3 +11,4 @@ use_theme: false
|
||||
tagging_mailkey: true
|
||||
_core:
|
||||
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