2 Commits

289 changed files with 7674 additions and 14531 deletions

View File

@@ -13,20 +13,18 @@ module.exports = merge(baseConfig, {
{
test: /\.css$/,
use: [
// process.env.NODE_ENV !== 'production'
// ? 'vue-style-loader'
// : MiniCssExtractPlugin.loader,
MiniCssExtractPlugin.loader,
process.env.NODE_ENV !== 'production'
? 'vue-style-loader'
: MiniCssExtractPlugin.loader,
// 'vue-style-loader',
'css-loader'
]
}, {
test: /\.scss$/,
use: [
// process.env.NODE_ENV !== 'production'
// ? 'vue-style-loader'
// : MiniCssExtractPlugin.loader,
MiniCssExtractPlugin.loader,
process.env.NODE_ENV !== 'production'
? 'vue-style-loader'
: MiniCssExtractPlugin.loader,
// 'vue-style-loader',
'css-loader',
'sass-loader'

View File

@@ -23,7 +23,6 @@
"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",
@@ -33,11 +32,10 @@
"drupal/computed_field": "^2.0@beta",
"drupal/config_split": "^1.4",
"drupal/console": "^1.0.2",
"drupal/consumer_image_styles": "3.0-rc1",
"drupal/consumer_image_styles": "3.x-dev",
"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",
@@ -49,7 +47,6 @@
"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",
@@ -59,11 +56,9 @@
"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",
@@ -79,10 +74,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "7.3"
}
"sort-packages": true
},
"autoload": {
"classmap": [
@@ -127,8 +119,10 @@
},
"patches": {
"drupal/core": {
"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"
"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"
},
"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"

4553
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,6 @@
page_alter: false
raw_names: false
error_handlers:
1: 1
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: kint
- 0
rebuild_theme: true
devel_dumper: default

View File

@@ -1,113 +0,0 @@
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

View File

@@ -1,21 +0,0 @@
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: { }

View File

@@ -1,27 +0,0 @@
uuid: d16db992-5c92-4832-a386-69b50313a3e9
langcode: en
status: true
dependencies:
config:
- system.menu.header
module:
- menu_block
theme:
- materiotheme
id: header
theme: materiotheme
region: header_right
weight: -1
provider: null
plugin: 'menu_block:header'
settings:
id: 'menu_block:header'
label: Header
provider: menu_block
label_display: '0'
level: 1
depth: 0
expand: 0
parent: 'header:'
suggestion: header
visibility: { }

View File

@@ -9,7 +9,7 @@ dependencies:
id: languageswitcher
theme: materiotheme
region: header_right
weight: 0
weight: -1
provider: null
plugin: 'language_block:language_interface'
settings:

View File

@@ -13,40 +13,40 @@ configuration:
display_checkout_progress: true
panes:
login:
allow_guest_checkout: true
allow_guest_checkout: false
allow_registration: true
step: login
weight: 0
weight: 10
review:
step: review
weight: 4
weight: 10
completion_message:
step: complete
weight: 6
weight: 10
completion_register:
step: complete
weight: 7
weight: 10
order_summary:
view: ''
step: _sidebar
weight: 8
weight: 10
contact_information:
double_entry: false
step: order_information
weight: 2
weight: 10
payment_process:
capture: true
step: payment
weight: 5
weight: 10
payment_information:
step: order_information
weight: 3
weight: 10
coupon_redemption:
allow_multiple: false
step: _sidebar
weight: 9
weight: 10
email_registration_login:
allow_guest_checkout: true
allow_registration: true
step: login
weight: 1
allow_registration: false
step: _disabled
weight: 10

View File

@@ -1,13 +0,0 @@
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

View File

@@ -0,0 +1,3 @@
default_store: bb23cf22-6a06-4f8d-88fc-0998f15ff2d0
_core:
default_config_hash: B9ZFGR76POyzj9f3Sh66F346_Jp-wnnUc78Hk3Q-60o

View File

@@ -1,7 +1,7 @@
ignored_config_entities:
- system.performance
- devel.settings
- piwik.settings
0: system.performance
2: devel.settings
4: piwik.settings
langcode: fr
_core:
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8

View File

@@ -2,6 +2,6 @@ default_form: feedback
flood:
limit: 5
interval: 3600
user_default_enabled: false
user_default_enabled: true
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8

View File

@@ -8,7 +8,7 @@ id: node.materiau.title
field_name: title
entity_type: node
bundle: materiau
label: Name
label: Title
description: ''
required: true
translatable: false

View File

@@ -4,6 +4,7 @@ status: true
dependencies:
config:
- commerce_order.commerce_order_type.default
- field.field.commerce_order.default.order_items
module:
- commerce_order
- inline_entity_form

View File

@@ -4,7 +4,7 @@ status: true
dependencies:
config:
- commerce_order.commerce_order_type.materio_order_type
- core.entity_form_mode.commerce_order_item.variation_cart_form
- field.field.commerce_order.materio_order_type.order_items
module:
- commerce_order
- 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'
match_operator: CONTAINS
form_mode: default
collapsible: false
collapsed: false
allow_new: false
allow_new: true
allow_existing: false
match_operator: CONTAINS
allow_duplicate: false
third_party_settings: { }
region: content

View File

@@ -6,6 +6,7 @@ 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

View File

@@ -24,7 +24,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
quantity:

View File

@@ -5,9 +5,6 @@ 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
@@ -22,7 +19,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
quantity:
@@ -34,8 +30,5 @@ content:
placeholder: ''
third_party_settings: { }
hidden:
billing_period: true
created: true
license: true
subscription: true
unit_price: true

View File

@@ -21,7 +21,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
quantity:

View File

@@ -5,6 +5,8 @@ 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
@@ -23,7 +25,6 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
created:
@@ -81,7 +82,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
hidden:

View File

@@ -5,6 +5,7 @@ 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
@@ -21,7 +22,6 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
created:
@@ -81,7 +81,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
hidden:
variations: true

View File

@@ -6,7 +6,6 @@ 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
@@ -33,13 +32,6 @@ 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

View File

@@ -7,6 +7,8 @@ dependencies:
module:
- address
- path
_core:
default_config_hash: aOjgfb6yMxeaSWFwXTCknWVCT0JD6vYcflAXlczbBEI
id: commerce_store.online.default
targetEntityType: commerce_store
bundle: online
@@ -14,13 +16,14 @@ mode: default
content:
address:
type: address_default
settings: { }
weight: 4
settings:
default_country: site_default
weight: 3
region: content
third_party_settings: { }
billing_countries:
type: options_select
weight: 5
weight: 4
region: content
settings: { }
third_party_settings: { }
@@ -30,13 +33,6 @@ 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
@@ -62,7 +58,7 @@ content:
third_party_settings: { }
path:
type: path
weight: 8
weight: 30
region: content
settings: { }
third_party_settings: { }
@@ -70,20 +66,13 @@ content:
type: boolean_checkbox
settings:
display_label: true
weight: 6
weight: 3
region: content
third_party_settings: { }
tax_registrations:
type: options_select
weight: 7
weight: 4
region: content
settings: { }
third_party_settings: { }
timezone:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
hidden:
uid: true
hidden: { }

View File

@@ -32,6 +32,7 @@ third_party_settings:
- group_contents
- group_media
- group_taxonomy
- group_internal
parent_name: ''
weight: 0
format_type: tabs
@@ -92,12 +93,12 @@ third_party_settings:
group_internal:
children:
- langcode
- field_date
- translation
- field_workflow
- field_migration
- field_memo
parent_name: ''
weight: 1
parent_name: group_htabs
weight: 13
format_type: tab
format_settings:
id: ''
@@ -119,11 +120,10 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
field_date:
weight: 3
weight: 26
settings: { }
third_party_settings: { }
type: daterange_default
@@ -134,7 +134,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -158,7 +157,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -176,7 +174,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -186,7 +183,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content

View File

@@ -190,7 +190,6 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
field_attachments:
@@ -206,7 +205,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -222,7 +220,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -232,7 +229,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -242,7 +238,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -294,7 +289,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content

View File

@@ -23,7 +23,6 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
created:
@@ -87,7 +86,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
region: content
url_redirects:

View File

@@ -22,7 +22,6 @@ content:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
created:
@@ -37,7 +36,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -47,7 +45,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
@@ -100,7 +97,6 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
url_redirects:

View File

@@ -4,8 +4,6 @@ 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:
@@ -25,7 +23,4 @@ content:
settings: { }
third_party_settings: { }
region: content
hidden:
is_default: true
phone: true
tax_number: true
hidden: { }

View File

@@ -213,13 +213,6 @@ 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

View File

@@ -8,14 +8,11 @@ dependencies:
- field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone
- field.field.taxonomy_term.showroom.field_visuels
- field.field.taxonomy_term.showroom.field_workflow
- image.style.thumbnail
- taxonomy.vocabulary.showroom
module:
- address
- field_group
- image
- telephone
- text
- workflow
@@ -25,7 +22,7 @@ third_party_settings:
children:
- group_contents
- group_info
- group_media
- group_internal
parent_name: ''
weight: 1
format_type: tabs
@@ -58,8 +55,8 @@ third_party_settings:
- translation
- field_workflow
- field_migration
parent_name: ''
weight: 2
parent_name: group_tabs
weight: 22
format_type: tab
format_settings:
id: ''
@@ -83,20 +80,6 @@ third_party_settings:
required_fields: true
label: Contents
region: content
group_media:
children:
- field_visuels
parent_name: group_tabs
weight: 22
format_type: tab
format_settings:
id: ''
classes: ''
description: ''
formatter: closed
required_fields: true
label: media
region: content
id: taxonomy_term.showroom.default
targetEntityType: taxonomy_term
bundle: showroom
@@ -126,7 +109,8 @@ content:
region: content
field_public_address:
weight: 5
settings: { }
settings:
default_country: null
third_party_settings: { }
type: address_default
region: content
@@ -145,14 +129,6 @@ content:
third_party_settings: { }
type: telephone_default
region: content
field_visuels:
weight: 22
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
type: image_image
region: content
field_workflow:
weight: 6
settings: { }
@@ -174,13 +150,6 @@ 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

View File

@@ -33,13 +33,6 @@ 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

View File

@@ -41,13 +41,6 @@ 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

View File

@@ -20,13 +20,17 @@ 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
@@ -50,17 +54,16 @@ content:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
third_party_settings: { }
type: entity_reference_autocomplete
region: content
language:
weight: 6
weight: 5
region: content
settings: { }
third_party_settings: { }
matomo:
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
@@ -72,13 +75,9 @@ 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

View File

@@ -1,43 +0,0 @@
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

View File

@@ -1,85 +0,0 @@
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

View File

@@ -1,10 +0,0 @@
uuid: b87de49b-2838-4fdc-b361-2d2b8cb9b52c
langcode: en
status: true
dependencies:
module:
- user
id: user.modal
label: Modal
targetEntityType: user
cache: true

View File

@@ -4,6 +4,7 @@ status: true
dependencies:
config:
- commerce_order.commerce_order_type.default
- field.field.commerce_order.default.order_items
module:
- commerce_order
- state_machine

View File

@@ -5,6 +5,7 @@ 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

View File

@@ -1,96 +0,0 @@
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

View File

@@ -4,10 +4,9 @@ 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
@@ -15,19 +14,10 @@ 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: 5
weight: 0
region: content
settings:
date_format: medium
@@ -37,37 +27,30 @@ content:
ip_address:
label: above
type: string
weight: 2
weight: 0
region: content
settings:
link_to_entity: false
third_party_settings: { }
mail:
label: above
type: basic_string
weight: 1
region: content
settings: { }
third_party_settings: { }
order_items:
type: commerce_order_item_table
weight: 6
label: above
settings: { }
third_party_settings: { }
region: content
order_number:
type: string
weight: 8
weight: 0
region: content
label: above
settings:
link_to_entity: false
third_party_settings: { }
order_items:
type: commerce_order_item_table
weight: 0
label: above
settings: { }
third_party_settings: { }
region: content
placed:
label: above
type: timestamp
weight: 4
weight: 0
region: content
settings:
date_format: medium
@@ -77,31 +60,14 @@ content:
state:
label: hidden
type: state_transition_form
weight: 7
weight: 10
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: 3
weight: 0
region: content
settings: { }
third_party_settings: { }
@@ -113,5 +79,8 @@ content:
settings: { }
third_party_settings: { }
hidden:
billing_profile: true
changed: true
search_api_excerpt: true
order_number: true
store_id: true
total_paid: true

View File

@@ -6,6 +6,7 @@ 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

View File

@@ -7,6 +7,7 @@ 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

View File

@@ -16,6 +16,5 @@ hidden:
license: true
purchased_entity: true
quantity: true
search_api_excerpt: true
total_price: true
unit_price: true

View File

@@ -5,6 +5,8 @@ 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

View File

@@ -5,6 +5,8 @@ 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
@@ -16,14 +18,13 @@ content:
region: content
label: hidden
settings:
view_mode: summary
view_mode: default
link: false
third_party_settings: { }
hidden:
body: true
created: true
langcode: true
search_api_excerpt: true
stores: true
title: true
uid: true

View File

@@ -1,41 +0,0 @@
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

View File

@@ -6,7 +6,6 @@ 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
@@ -23,32 +22,22 @@ bundle: materio_product_variation_type
mode: default
content:
commerce_variation_cart_form:
weight: 4
weight: 3
region: content
settings: { }
third_party_settings: { }
field_description:
weight: 1
weight: 2
label: hidden
settings: { }
third_party_settings: { }
type: text_default
region: content
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
type: commerce_price_default
weight: 1
region: content
settings:
strip_trailing_zeroes: false
currency_display: symbol
@@ -68,6 +57,5 @@ hidden:
license_type: true
list_price: true
product_id: true
search_api_excerpt: true
sku: true
subscription_type: true

View File

@@ -1,52 +0,0 @@
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

View File

@@ -15,20 +15,29 @@ dependencies:
- field.field.node.article.field_video
- field.field.node.article.field_visuel
- field.field.node.article.field_workflow
- image.style.card_medium
- node.type.article
module:
- datetime_range
- image
- link
- text
- user
- video_embed_field
id: node.article.default
targetEntityType: node
bundle: article
mode: default
content:
field_date:
weight: 2
body:
label: hidden
type: text_default
weight: 0
settings: { }
third_party_settings: { }
region: content
field_date:
weight: 6
label: above
settings:
separator: '-'
format_type: medium
@@ -36,34 +45,78 @@ content:
third_party_settings: { }
type: daterange_default
region: content
field_visuel:
weight: 1
label: hidden
field_linked_materials:
weight: 7
label: above
settings:
image_style: card_medium
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_source:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
type: link
region: content
field_tags:
weight: 5
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_thesaurus:
weight: 4
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_video:
weight: 3
label: above
settings:
responsive: true
width: 854
height: 480
autoplay: true
third_party_settings: { }
type: video_embed_field_video
region: content
field_visuel:
weight: 2
label: above
settings:
image_style: ''
image_link: ''
third_party_settings: { }
type: image
region: content
links:
weight: 8
region: content
settings: { }
third_party_settings: { }
title:
label: hidden
type: string
weight: 0
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden:
body: true
field_linked_materials: true
field_memo: true
field_migration: true
field_showroom: true
field_source: true
field_tags: true
field_thesaurus: true
field_video: true
field_workflow: true
langcode: true
links: true
search_api_excerpt: true

View File

@@ -30,14 +30,14 @@ content:
body:
label: hidden
type: text_summary_or_trimmed
weight: 1
weight: 0
settings:
trim_length: 200
third_party_settings: { }
region: content
field_visuel:
type: image_delta_formatter
weight: 2
weight: 1
region: content
label: hidden
settings:
@@ -46,10 +46,15 @@ content:
image_link: content
deltas_reversed: 0
third_party_settings: { }
links:
weight: 2
region: content
settings: { }
third_party_settings: { }
title:
label: hidden
type: string
weight: 0
weight: -5
region: content
settings:
link_to_entity: false
@@ -66,5 +71,3 @@ hidden:
field_video: true
field_workflow: true
langcode: true
links: true
search_api_excerpt: true

View File

@@ -10,105 +10,8 @@ dependencies:
- field.field.node.frontpage.field_what_is_materio
- node.type.frontpage
module:
- field_group
- text
- user
third_party_settings:
field_group:
group_intro:
children:
- title
- field_what_is_materio
parent_name: ''
weight: 0
format_type: html_element
format_settings:
element: section
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: ''
classes: home-intro
label: intro
region: content
group_database:
children:
- field_a_database
- computed_materials_reference
parent_name: ''
weight: 1
format_type: html_element
format_settings:
element: section
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: ''
classes: home-database
label: database
region: content
group_showrooms:
children:
- field_showrooms
- computed_showrooms_reference
parent_name: ''
weight: 2
format_type: html_element
format_settings:
element: section
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: ''
classes: home-showrooms
label: showrooms
region: content
group_blabla:
children:
- field_blabla
- computed_articles_reference
parent_name: ''
weight: 3
format_type: html_element
format_settings:
element: section
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: ''
classes: home-blabla
label: blabla
region: content
group_pricing:
children:
- field_pricing
parent_name: ''
weight: 4
format_type: html_element
format_settings:
element: section
show_label: false
label_element: h3
label_element_classes: ''
attributes: ''
effect: none
speed: fast
id: ''
classes: home-pricing
label: pricing
region: content
id: node.frontpage.default
targetEntityType: node
bundle: frontpage
@@ -116,10 +19,10 @@ mode: default
content:
computed_articles_reference:
label: hidden
weight: 5
weight: 7
region: content
settings:
view_mode: card_medium
view_mode: teaser
link: false
third_party_settings: { }
type: entity_reference_entity_view
@@ -127,17 +30,17 @@ content:
weight: 3
region: content
settings:
view_mode: card_medium
view_mode: teaser
link: false
third_party_settings: { }
type: entity_reference_entity_view
label: hidden
computed_showrooms_reference:
label: hidden
weight: 4
weight: 5
region: content
settings:
view_mode: home
view_mode: default
link: false
third_party_settings: { }
type: entity_reference_entity_view
@@ -149,28 +52,28 @@ content:
type: text_default
region: content
field_blabla:
weight: 4
weight: 6
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_pricing:
weight: 5
weight: 8
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_showrooms:
weight: 3
weight: 4
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_what_is_materio:
weight: 2
weight: 1
label: above
settings: { }
third_party_settings: { }
@@ -178,7 +81,7 @@ content:
region: content
title:
type: string
weight: 1
weight: 0
region: content
label: hidden
settings:
@@ -187,4 +90,3 @@ content:
hidden:
langcode: true
links: true
search_api_excerpt: true

View File

@@ -1,211 +0,0 @@
uuid: cc2be770-7536-4bce-a840-86a37e5e7198
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.card_big
- field.field.node.materiau.body
- field.field.node.materiau.field_attachments
- field.field.node.materiau.field_distributor
- field.field.node.materiau.field_famille
- field.field.node.materiau.field_index
- field.field.node.materiau.field_linked_articles
- field.field.node.materiau.field_linked_materials
- field.field.node.materiau.field_localisation_old
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
- field.field.node.materiau.field_tags
- field.field.node.materiau.field_thesaurus
- field.field.node.materiau.field_video
- field.field.node.materiau.field_workflow
- node.type.materiau
module:
- computed_field
- file
- image
- materio_samples
- options
- text
- user
- video_embed_field
id: node.materiau.card_big
targetEntityType: node
bundle: materiau
mode: card_big
content:
body:
label: hidden
type: text_default
weight: 101
settings: { }
third_party_settings: { }
region: content
field_attachments:
weight: 109
label: above
settings:
use_description_as_link_text: true
third_party_settings: { }
type: file_default
region: content
field_distributor:
weight: 108
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_famille:
weight: 113
label: above
settings: { }
third_party_settings: { }
type: list_default
region: content
field_index:
weight: 114
label: above
settings:
cache_unit: -1
cache_duration: 1
thousand_separator: ''
prefix_suffix: true
third_party_settings: { }
type: computed_integer
region: content
field_linked_articles:
weight: 120
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_linked_materials:
weight: 110
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_localisation_old:
weight: 119
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
field_manufacturer:
weight: 107
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_materiau_images:
weight: 105
label: above
settings:
image_style: ''
image_link: ''
third_party_settings: { }
type: image
region: content
field_memo:
weight: 112
label: above
settings: { }
third_party_settings: { }
type: basic_string
region: content
field_migration:
weight: 117
label: above
settings: { }
third_party_settings: { }
type: list_default
region: content
field_reference:
weight: 115
label: above
settings:
sanitized: true
cache_unit: -1
cache_duration: 1
third_party_settings: { }
type: computed_string
region: content
field_samples:
weight: 118
label: above
settings: { }
third_party_settings: { }
type: materio_samples_default_formatter
region: content
field_short_description:
weight: 102
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
field_tags:
weight: 104
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_thesaurus:
weight: 103
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_video:
weight: 106
label: above
settings:
responsive: true
width: 854
height: 480
autoplay: true
third_party_settings: { }
type: video_embed_field_video
region: content
field_workflow:
weight: 116
label: above
settings: { }
third_party_settings: { }
type: list_default
region: content
links:
weight: 100
region: content
settings: { }
third_party_settings: { }
title:
label: hidden
type: string
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden:
langcode: true
search_api_excerpt: true

View File

@@ -1,211 +0,0 @@
uuid: 1092f6d4-d300-4863-ad65-dfcf5acb7b92
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.card_full
- field.field.node.materiau.body
- field.field.node.materiau.field_attachments
- field.field.node.materiau.field_distributor
- field.field.node.materiau.field_famille
- field.field.node.materiau.field_index
- field.field.node.materiau.field_linked_articles
- field.field.node.materiau.field_linked_materials
- field.field.node.materiau.field_localisation_old
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
- field.field.node.materiau.field_tags
- field.field.node.materiau.field_thesaurus
- field.field.node.materiau.field_video
- field.field.node.materiau.field_workflow
- node.type.materiau
module:
- computed_field
- file
- image
- materio_samples
- options
- text
- user
- video_embed_field
id: node.materiau.card_full
targetEntityType: node
bundle: materiau
mode: card_full
content:
body:
label: hidden
type: text_default
weight: 101
settings: { }
third_party_settings: { }
region: content
field_attachments:
weight: 109
label: above
settings:
use_description_as_link_text: true
third_party_settings: { }
type: file_default
region: content
field_distributor:
weight: 108
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_famille:
weight: 113
label: above
settings: { }
third_party_settings: { }
type: list_default
region: content
field_index:
weight: 114
label: above
settings:
cache_unit: -1
cache_duration: 1
thousand_separator: ''
prefix_suffix: true
third_party_settings: { }
type: computed_integer
region: content
field_linked_articles:
weight: 120
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_linked_materials:
weight: 110
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_localisation_old:
weight: 119
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
field_manufacturer:
weight: 107
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_materiau_images:
weight: 105
label: above
settings:
image_style: ''
image_link: ''
third_party_settings: { }
type: image
region: content
field_memo:
weight: 112
label: above
settings: { }
third_party_settings: { }
type: basic_string
region: content
field_migration:
weight: 117
label: above
settings: { }
third_party_settings: { }
type: list_default
region: content
field_reference:
weight: 115
label: above
settings:
sanitized: true
cache_unit: -1
cache_duration: 1
third_party_settings: { }
type: computed_string
region: content
field_samples:
weight: 118
label: above
settings: { }
third_party_settings: { }
type: materio_samples_default_formatter
region: content
field_short_description:
weight: 102
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
field_tags:
weight: 104
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_thesaurus:
weight: 103
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
field_video:
weight: 106
label: above
settings:
responsive: true
width: 854
height: 480
autoplay: true
third_party_settings: { }
type: video_embed_field_video
region: content
field_workflow:
weight: 116
label: above
settings: { }
third_party_settings: { }
type: list_default
region: content
links:
weight: 100
region: content
settings: { }
third_party_settings: { }
title:
label: hidden
type: string
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden:
langcode: true
search_api_excerpt: true

View File

@@ -1,90 +0,0 @@
uuid: b2406930-5d1a-4926-a849-4379a595b5d0
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.card_medium
- field.field.node.materiau.body
- field.field.node.materiau.field_attachments
- field.field.node.materiau.field_distributor
- field.field.node.materiau.field_famille
- field.field.node.materiau.field_index
- field.field.node.materiau.field_linked_articles
- field.field.node.materiau.field_linked_materials
- field.field.node.materiau.field_localisation_old
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
- field.field.node.materiau.field_tags
- field.field.node.materiau.field_thesaurus
- field.field.node.materiau.field_video
- field.field.node.materiau.field_workflow
- image.style.card_medium
- node.type.materiau
module:
- image_delta_formatter
- options
- user
id: node.materiau.card_medium
targetEntityType: node
bundle: materiau
mode: card_medium
content:
field_famille:
type: list_default
weight: 0
region: content
label: hidden
settings: { }
third_party_settings: { }
field_materiau_images:
type: image_delta_formatter
weight: 2
region: content
label: hidden
settings:
deltas: '0'
image_style: card_medium
image_link: ''
deltas_reversed: 0
third_party_settings: { }
field_short_description:
type: string
weight: 1
region: content
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
title:
type: string
weight: 3
region: content
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
hidden:
body: true
field_attachments: true
field_distributor: true
field_index: true
field_linked_articles: true
field_linked_materials: true
field_localisation_old: true
field_manufacturer: true
field_memo: true
field_migration: true
field_reference: true
field_samples: true
field_tags: true
field_thesaurus: true
field_video: true
field_workflow: true
langcode: true
links: true
search_api_excerpt: true

View File

@@ -1,90 +0,0 @@
uuid: 67321572-ce60-4640-8385-da325147ec2d
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.card_small
- field.field.node.materiau.body
- field.field.node.materiau.field_attachments
- field.field.node.materiau.field_distributor
- field.field.node.materiau.field_famille
- field.field.node.materiau.field_index
- field.field.node.materiau.field_linked_articles
- field.field.node.materiau.field_linked_materials
- field.field.node.materiau.field_localisation_old
- field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description
- field.field.node.materiau.field_tags
- field.field.node.materiau.field_thesaurus
- field.field.node.materiau.field_video
- field.field.node.materiau.field_workflow
- image.style.card_small
- node.type.materiau
module:
- image_delta_formatter
- options
- user
id: node.materiau.card_small
targetEntityType: node
bundle: materiau
mode: card_small
content:
field_famille:
weight: 2
label: hidden
settings: { }
third_party_settings: { }
type: list_default
region: content
field_materiau_images:
weight: 3
label: hidden
settings:
deltas: '0'
image_style: card_small
image_link: content
deltas_reversed: 0
third_party_settings: { }
type: image_delta_formatter
region: content
field_short_description:
weight: 1
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
title:
label: hidden
type: string
weight: 0
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden:
body: true
field_attachments: true
field_distributor: true
field_index: true
field_linked_articles: true
field_linked_materials: true
field_localisation_old: true
field_manufacturer: true
field_memo: true
field_migration: true
field_reference: true
field_samples: true
field_tags: true
field_thesaurus: true
field_video: true
field_workflow: true
langcode: true
links: true
search_api_excerpt: true

View File

@@ -197,14 +197,5 @@ content:
region: content
settings: { }
third_party_settings: { }
title:
label: hidden
type: string
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden:
langcode: true
search_api_excerpt: true

View File

@@ -23,7 +23,7 @@ dependencies:
- field.field.node.materiau.field_thesaurus
- field.field.node.materiau.field_video
- field.field.node.materiau.field_workflow
- image.style.card_small
- image.style.card_medium
- node.type.materiau
module:
- image_delta_formatter
@@ -35,28 +35,20 @@ mode: teaser
content:
field_materiau_images:
type: image_delta_formatter
weight: 2
weight: 1
region: content
label: hidden
settings:
deltas: '0'
image_style: card_small
image_style: card_medium
image_link: ''
deltas_reversed: 0
third_party_settings: { }
field_short_description:
type: string
weight: 1
region: content
label: above
settings:
link_to_entity: false
third_party_settings: { }
title:
type: string
weight: 0
region: content
label: above
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
@@ -76,10 +68,10 @@ hidden:
field_migration: true
field_reference: true
field_samples: true
field_short_description: true
field_tags: true
field_thesaurus: true
field_video: true
field_workflow: true
langcode: true
links: true
search_api_excerpt: true

View File

@@ -1,39 +0,0 @@
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

View File

@@ -4,15 +4,12 @@ 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
@@ -27,14 +24,4 @@ content:
settings: { }
third_party_settings: { }
region: content
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
hidden: { }

View File

@@ -8,12 +8,10 @@ dependencies:
- field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone
- field.field.taxonomy_term.showroom.field_visuels
- field.field.taxonomy_term.showroom.field_workflow
- taxonomy.vocabulary.showroom
module:
- address
- image
- telephone_formatter
- text
id: taxonomy_term.showroom.default
@@ -52,18 +50,8 @@ content:
third_party_settings: { }
type: telephone_formatter
region: content
field_visuels:
weight: 4
label: above
settings:
image_style: ''
image_link: ''
third_party_settings: { }
type: image
region: content
hidden:
field_memo: true
field_migration: true
field_workflow: true
langcode: true
search_api_excerpt: true

View File

@@ -1,64 +0,0 @@
uuid: 9b2818fb-e53c-4ae4-80c0-89649b9845d6
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.taxonomy_term.home
- field.field.taxonomy_term.showroom.field_memo
- field.field.taxonomy_term.showroom.field_migration
- field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone
- field.field.taxonomy_term.showroom.field_visuels
- field.field.taxonomy_term.showroom.field_workflow
- image.style.home_showroom
- taxonomy.vocabulary.showroom
module:
- address
- image
- telephone_formatter
id: taxonomy_term.showroom.home
targetEntityType: taxonomy_term
bundle: showroom
mode: home
content:
field_public_address:
type: address_default
weight: 1
region: content
label: hidden
settings: { }
third_party_settings: { }
field_public_email:
type: email_mailto
weight: 3
region: content
label: hidden
settings: { }
third_party_settings: { }
field_public_phone:
type: telephone_formatter
weight: 2
region: content
label: hidden
settings:
format: 1
link: true
default_country: null
third_party_settings: { }
field_visuels:
weight: 0
label: hidden
settings:
image_style: home_showroom
image_link: ''
third_party_settings: { }
type: image
region: content
hidden:
description: true
field_memo: true
field_migration: true
field_workflow: true
langcode: true
search_api_excerpt: true

View File

@@ -1,10 +0,0 @@
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

View File

@@ -1,10 +0,0 @@
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

View File

@@ -1,10 +0,0 @@
uuid: cab3c14f-2849-4436-9867-27de743a799b
langcode: en
status: true
dependencies:
module:
- node
id: node.card_big
label: card-big
targetEntityType: node
cache: true

View File

@@ -1,10 +0,0 @@
uuid: 2b71b232-6d76-4a9c-916e-f28e51feda32
langcode: en
status: true
dependencies:
module:
- node
id: node.card_full
label: card-full
targetEntityType: node
cache: true

View File

@@ -1,10 +0,0 @@
uuid: 0cc55609-bd6d-4e43-8c7b-afd637b04a2e
langcode: en
status: true
dependencies:
module:
- node
id: node.card_medium
label: card-medium
targetEntityType: node
cache: true

View File

@@ -1,10 +0,0 @@
uuid: cfb0ddfc-2b42-4de5-9ecc-ff1eb5abd962
langcode: en
status: true
dependencies:
module:
- node
id: node.card_small
label: card-small
targetEntityType: node
cache: true

View File

@@ -1,13 +0,0 @@
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

View File

@@ -1,10 +0,0 @@
uuid: c8f0acee-3e1b-4406-a536-cd4e3b9501da
langcode: en
status: true
dependencies:
module:
- taxonomy
id: taxonomy_term.home
label: home
targetEntityType: taxonomy_term
cache: true

View File

@@ -19,14 +19,12 @@ 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
@@ -69,7 +67,6 @@ module:
error_log: 0
field: 0
field_group: 0
field_permissions: 0
field_ui: 0
file: 0
filter: 0
@@ -93,7 +90,6 @@ module:
mailgun: 0
maillog: 0
mailsystem: 0
materio_decoupled: 0
materio_home: 0
materio_jsonapi: 0
materio_migrate: 0
@@ -116,10 +112,8 @@ 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
@@ -168,6 +162,7 @@ module:
filefield_sources: 1
menu_admin_per_menu: 1
menu_link_content: 1
pathauto: 1
content_translation: 10
views: 10
materio_id: 11

View File

@@ -0,0 +1,23 @@
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

View File

@@ -0,0 +1,21 @@
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

View File

@@ -0,0 +1,23 @@
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

View File

@@ -21,5 +21,4 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: false
required_summary: false
field_type: text_with_summary

View File

@@ -0,0 +1,23 @@
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

View File

@@ -0,0 +1,26 @@
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

View File

@@ -19,5 +19,4 @@ default_value: { }
default_value_callback: null
settings:
display_summary: false
required_summary: false
field_type: text_with_summary

View File

@@ -0,0 +1,21 @@
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

View File

@@ -0,0 +1,24 @@
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

View File

@@ -1,23 +0,0 @@
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

View File

@@ -19,5 +19,4 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary

View File

@@ -19,5 +19,4 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary

View File

@@ -11,7 +11,7 @@ id: node.materiau.field_famille
field_name: field_famille
entity_type: node
bundle: materiau
label: Family
label: Famille
description: ''
required: true
translatable: false

View File

@@ -16,10 +16,12 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: views
handler: 'default:node'
handler_settings:
view:
view_name: entity_references
display_name: entity_reference_1
arguments: { }
target_bundles:
materiau: materiau
sort:
field: _none
auto_create: false
auto_create_bundle: ''
field_type: entity_reference

View File

@@ -21,5 +21,4 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: false
required_summary: false
field_type: text_with_summary

View File

@@ -21,5 +21,4 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary

View File

@@ -19,5 +19,4 @@ default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
field_type: text_with_summary

View File

@@ -1,28 +0,0 @@
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

View File

@@ -1,38 +0,0 @@
uuid: eaaaf871-5745-4395-84f7-3713639a2940
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_visuels
- taxonomy.vocabulary.showroom
module:
- image
id: taxonomy_term.showroom.field_visuels
field_name: field_visuels
entity_type: taxonomy_term
bundle: showroom
label: Visuels
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'png gif jpg jpeg'
max_filesize: ''
max_resolution: ''
min_resolution: ''
alt_field: true
alt_field_required: false
title_field: true
title_field_required: false
default_image:
uuid: ''
alt: ''
title: ''
width: null
height: null
handler: 'default:file'
handler_settings: { }
field_type: image

View File

@@ -0,0 +1,21 @@
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

View File

@@ -0,0 +1,22 @@
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

View File

@@ -0,0 +1,21 @@
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

View File

@@ -1,18 +0,0 @@
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

View File

@@ -1,22 +0,0 @@
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

View File

@@ -1,30 +0,0 @@
uuid: 5041a549-2a8e-4994-b00a-fb3761fa6491
langcode: en
status: true
dependencies:
module:
- file
- image
- taxonomy
id: taxonomy_term.field_visuels
field_name: field_visuels
entity_type: taxonomy_term
type: image
settings:
uri_scheme: public
default_image:
uuid: ''
alt: ''
title: ''
width: null
height: null
target_type: file
display_field: false
display_default: false
module: image
locked: false
cardinality: 5
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -3,12 +3,8 @@ 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

View File

@@ -3,12 +3,8 @@ 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

View File

@@ -3,11 +3,7 @@ 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

View File

@@ -3,12 +3,8 @@ 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

Some files were not shown because too many files have changed in this diff Show More