Compare commits

..

23 Commits
prod ... master

Author SHA1 Message Date
Bachir Soussi Chiadmi b6cc242184 fully updated to drupal 10 2024-08-22 00:02:35 +02:00
Bachir Soussi Chiadmi 096aa350d9 fixed custom module d10 copatibility 2024-08-21 23:20:12 +02:00
Bachir Soussi Chiadmi 40df380c3e pmu js_cache_buster 2024-08-21 21:40:00 +02:00
Bachir Soussi Chiadmi 774fae8e29 some config settings files (translation, materiau CT 2024-08-20 22:41:34 +02:00
Bachir Soussi Chiadmi f0d9e6ec18 updated devel_config 2024-08-20 22:37:01 +02:00
Bachir Soussi Chiadmi 92e6a04027 deleted materio_migrate 2024-08-20 22:36:37 +02:00
Bachir Soussi Chiadmi ee271ab4d8 upgraded all cutom modules, themes & profile following upgrade-status 2024-08-20 19:47:47 +02:00
Bachir Soussi Chiadmi 38501ecf4d updated custom modules version flag, installed drupal/core-dev and rector 2024-08-20 19:09:09 +02:00
Bachir Soussi Chiadmi e1378a4656 updated core to 9.5.11, patched mailjet 2024-08-20 16:06:01 +02:00
Bachir Soussi Chiadmi 60b8ecc9b4 patched mailjet settings form (us_states include) 2024-08-20 01:27:57 +02:00
Bachir Soussi Chiadmi a0e4a8c6c7 patched mailjet settings form (us_states include) 2024-08-20 01:25:37 +02:00
Bachir Soussi Chiadmi 00c421902a restored devel config settings files 2024-08-20 01:03:09 +02:00
Bachir Soussi Chiadmi 8e056c8d71 removed /config/devel/ pwa settings 2024-08-20 01:00:17 +02:00
Bachir Soussi Chiadmi 181e0393c8 removed /config/devel/ pwa settings 2024-08-20 00:59:30 +02:00
Bachir Soussi Chiadmi fd0125e589 composer.json bugfix 2024-08-20 00:56:52 +02:00
Bachir Soussi Chiadmi 17b430bf8e restored patch to mailjet 4 2024-08-20 00:55:56 +02:00
Bachir Soussi Chiadmi b3bb771a07 unsplitted pwa settings 2024-08-20 00:53:16 +02:00
Bachir Soussi Chiadmi 8bf923d86c upgraded mailjet to 4.0.0 2024-08-20 00:41:52 +02:00
Bachir Soussi Chiadmi 79e510e65b downgraded mailjet to 3.0.X-dev 2024-08-20 00:35:59 +02:00
Bachir Soussi Chiadmi 24fb6da459 pwa manifest settings 2024-08-19 22:51:15 +02:00
Bachir Soussi Chiadmi d5b052989f workflow config bugfix 2024-08-18 23:24:28 +02:00
Bachir Soussi Chiadmi 5b110c7f96 composer require 'drupal/workflow:^1.7' 2024-08-18 23:06:15 +02:00
Bachir Soussi Chiadmi 08010ead8c composer require 'drupal/workflow:^1.8' 2024-08-18 23:01:42 +02:00
401 changed files with 4611 additions and 11065 deletions

3
.gitattributes vendored
View File

@ -42,6 +42,9 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
# Define binary file attributes. # Define binary file attributes.
# - Do not treat them as text. # - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ." # - Include binary diff in patches instead of "binary files differ."

View File

@ -62,15 +62,17 @@
"ckeditor-plugin/colorbutton": "^4.16.2", "ckeditor-plugin/colorbutton": "^4.16.2",
"ckeditor-plugin/panelbutton": "^4.16.2", "ckeditor-plugin/panelbutton": "^4.16.2",
"composer/installers": "^1.2", "composer/installers": "^1.2",
"drupal/address": "^1.10",
"drupal/admin_theme": "^1.0", "drupal/admin_theme": "^1.0",
"drupal/advagg": "^6.0@alpha", "drupal/advagg": "^6.0@alpha",
"drupal/advanced_text_formatter": "^3.0@RC", "drupal/advanced_text_formatter": "^3.0@RC",
"drupal/allowed_formats": "^2.0", "drupal/advancedqueue": "^1.1",
"drupal/allowed_formats": "^3.0",
"drupal/amswap": "^3.0", "drupal/amswap": "^3.0",
"drupal/audiofield": "^1.10", "drupal/audiofield": "^1.10",
"drupal/auto_entitylabel": "^3.1", "drupal/auto_entitylabel": "^3.1",
"drupal/better_messages": "^2.0@alpha", "drupal/better_messages": "^2.0@alpha",
"drupal/classy": "^1.0",
"drupal/color": "^1.0",
"drupal/colorbutton": "^1.3", "drupal/colorbutton": "^1.3",
"drupal/commerce": "^2.0", "drupal/commerce": "^2.0",
"drupal/commerce_cart_api": "^1.4", "drupal/commerce_cart_api": "^1.4",
@ -86,10 +88,10 @@
"drupal/config_pages": "^2.9", "drupal/config_pages": "^2.9",
"drupal/config_split": "^2.0@beta", "drupal/config_split": "^2.0@beta",
"drupal/consumer_image_styles": "^4.0", "drupal/consumer_image_styles": "^4.0",
"drupal/core-composer-scaffold": "9.5.9", "drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "9.5.9", "drupal/core-project-message": "^10.3",
"drupal/core-recommended": "9.5.9", "drupal/core-recommended": "^10.3",
"drupal/csv_serialization": "^3.0", "drupal/csv_serialization": "^4.0",
"drupal/ctools": "^4.0", "drupal/ctools": "^4.0",
"drupal/devel": "^5.0", "drupal/devel": "^5.0",
"drupal/devel_entity_updates": "^4.1", "drupal/devel_entity_updates": "^4.1",
@ -106,8 +108,8 @@
"drupal/google_analytics": "^4.0", "drupal/google_analytics": "^4.0",
"drupal/graphql": "^4.7", "drupal/graphql": "^4.7",
"drupal/image_delta_formatter": "^1.2", "drupal/image_delta_formatter": "^1.2",
"drupal/image_effects": "^3.4", "drupal/image_effects": "^3.6",
"drupal/js_cache_buster": "^1.0", "drupal/jquery_ui_button": "^2.1",
"drupal/jsonapi_extras": "^3.21", "drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0", "drupal/login_history": "^2.0",
"drupal/login_tracker": "^2.0", "drupal/login_tracker": "^2.0",
@ -116,7 +118,6 @@
"drupal/masquerade": "^2.0", "drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.1", "drupal/maxlength": "^2.1",
"drupal/modules_weight": "^3.0", "drupal/modules_weight": "^3.0",
"drupal/pagerer": "^2.3",
"drupal/password_policy": "^4.0", "drupal/password_policy": "^4.0",
"drupal/payment": "^2.1", "drupal/payment": "^2.1",
"drupal/pdf_api": "^2.4", "drupal/pdf_api": "^2.4",
@ -127,7 +128,7 @@
"drupal/restui": "^1.16", "drupal/restui": "^1.16",
"drupal/role_delegation": "^1.1", "drupal/role_delegation": "^1.1",
"drupal/role_expire": "^3.0", "drupal/role_expire": "^3.0",
"drupal/rules": "3.x-dev@dev", "drupal/rules": "^4.0",
"drupal/search_api": "^1.19", "drupal/search_api": "^1.19",
"drupal/search_api_autocomplete": "^1.2", "drupal/search_api_autocomplete": "^1.2",
"drupal/search_api_page": "^1.x-dev", "drupal/search_api_page": "^1.x-dev",
@ -144,8 +145,6 @@
"drupal/telephone_formatter": "^1.0@beta", "drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1", "drupal/telephone_validation": "^2.1",
"drupal/term_reference_tree": "^2.0", "drupal/term_reference_tree": "^2.0",
"drupal/translation_views": "1.x-dev@dev",
"drupal/ultimate_cron": "^2.x-dev",
"drupal/unique_content_field_validation": "^1.1", "drupal/unique_content_field_validation": "^1.1",
"drupal/upgrade_status": "^4.3", "drupal/upgrade_status": "^4.3",
"drupal/user_csv_import": "^2.0", "drupal/user_csv_import": "^2.0",
@ -154,9 +153,9 @@
"drupal/vde_drush": "^2.1", "drupal/vde_drush": "^2.1",
"drupal/views_conditional": "^1.10", "drupal/views_conditional": "^1.10",
"drupal/views_data_export": "^1.1", "drupal/views_data_export": "^1.1",
"drupal/views_field_view": "1.x-dev@dev", "drupal/views_field_view": "^1.0@beta",
"drupal/webform": "^6.2", "drupal/webform": "^6.2",
"drupal/workflow": "^1.5", "drupal/workflow": "^1.7",
"kint-php/kint": "^3.3", "kint-php/kint": "^3.3",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4", "symfony/mailjet-mailer": "^5.4",
@ -235,7 +234,6 @@
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344":"https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch",
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch", "ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch", "Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch" "Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch"
@ -253,7 +251,9 @@
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch" "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
}, },
"drupal/mailjet": { "drupal/mailjet": {
"DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch" "DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch",
"Error: Class MailjetTools/MailjetApi not found in Drupal/mailjet/Form/MailjetApiForm->submitForm() https://www.drupal.org/project/mailjet/issues/3464788":"https://www.drupal.org/files/issues/2024-08-20/mailjetApiForm_use_mailjettools_mailjetapi.patch",
"Error: Class MailjetTools/UsStates not found https://www.drupal.org/project/mailjet/issues/3469059":"https://www.drupal.org/files/issues/2024-08-20/mailjet_settingsform_usstates.patch"
}, },
"drupal/pwa": { "drupal/pwa": {
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch", "Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
@ -279,6 +279,9 @@
} }
}, },
"archived-patches": { "archived-patches": {
"drupal/core":{
"Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344":"https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch"
},
"drupal/structure_sync": { "drupal/structure_sync": {
"With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch" "With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch"
}, },
@ -309,8 +312,5 @@
".gitattributes": "../.gitattributes" ".gitattributes": "../.gitattributes"
} }
} }
},
"require-dev": {
"weitzman/drupal-test-traits": "dev-master"
} }
} }

6737
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
_core: _core:
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
langcode: fr
auto_import: { } auto_import: { }
auto_export: { } auto_export: { }

View File

@ -1,8 +0,0 @@
page_alter: false
raw_names: false
error_handlers:
- 0
rebuild_theme: false
devel_dumper: kint
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: false

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
langcode: fr
send: false send: false
log: true log: true
verbose: true verbose: true

View File

@ -1,11 +1,10 @@
_core: _core:
default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k
langcode: fr
check: check:
disabled_extensions: false disabled_extensions: false
interval_days: 1 interval_days: 1
fetch: fetch:
url: '' url: null
max_attempts: 2 max_attempts: 2
timeout: 30 timeout: 30
notification: notification:

View File

@ -1,5 +0,0 @@
description: 'L''inspiration par la matière'
urls_to_cache: "/fr/pricing\r\n/fr/blabla\r\n/fr/base\r\n/fr/showrooms"
start_url: /
lang: fr
cache_version: '1'

View File

@ -1,20 +0,0 @@
site_name: materiO
short_name: materiO
description: 'The material library your projects deserve'
start_url: /
lang: fr
theme_color: '#ffffff'
background_color: '#ffffff'
display: standalone
default_image: '0'
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
urls_to_exclude: "admin/.*\r\nuser/.*"
offline_page: /offline
cache_version: '2'
cross_origin: false
skip_waiting: false
_core:
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
image: /sites/default/files/pwa/materiopwaicon.png
image_small: /sites/default/files/pwa/materiopwaicon.pngcopy.png
image_very_small: /sites/default/files/pwa/materiopwaicon.pngcopy2.png

View File

@ -1,23 +0,0 @@
touch_icons:
touch-icon-default: touch-icon-default
meta_tags:
meta-capable: meta-capable
meta-status-bar-style: meta-status-bar-style
color_select: black_translucent
home_screen_icons:
iphone5-splash: iphone5-splash
iphone6-splash: iphone6-splash
iphoneplus-splash: iphoneplus-splash
iphonex-splash: iphonex-splash
iphonexr-splash: iphonexr-splash
iphonexsmax-splash: iphonexsmax-splash
ipad-splash: ipad-splash
ipadpro1-splash: ipadpro1-splash
ipadpro2-splash: ipadpro2-splash
ipadpro3-splash: ipadpro3-splash
dependencies:
enforced:
module:
- pwa_extras
_core:
default_config_hash: TOeFdF8Tjq2HqBmUgrTH06d7ZpY5qNLHZTLPIaCVsEk

View File

@ -4,4 +4,5 @@ escape: false
dependencies: dependencies:
config: config:
- node.type.frontpage - node.type.frontpage
new_content_behavior: 1
php: true php: true

View File

@ -1,63 +0,0 @@
langcode: fr
_core:
default_config_hash: VcrgfJ8s9xNvGnogt3JciEvtMgPkMsHeE9BOLXd7jHk
position: tr
vertical: 50
horizontal: 5
fixed: 0
width: 600px
autoclose: 10
opendelay: 0.3
disable_autoclose: 1
show_countdown: 0
hover_autoclose: 1
popin:
effect: fadeIn
duration: normal
popout:
effect: fadeIn
duration: fast
jquery_ui:
draggable: 0
resizable: 0
visibility:
message_type:
id: message_type
negate: false
context_mapping:
better_messages: '@better_messages.context:better_messages'
message_types: { }
'entity_bundle:commerce_product':
id: 'entity_bundle:commerce_product'
negate: false
context_mapping:
commerce_product: '@commerce_product.product_route_context:commerce_product'
bundles: { }
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles: { }
language:
id: language
negate: false
context_mapping:
language: '@language.current_language_context:language_interface'
langcodes: { }
node_type:
id: node_type
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles: { }
request_path:
id: request_path
negate: false
pages: ''
user_role:
id: user_role
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
roles: { }

View File

@ -12,7 +12,7 @@ provider: null
plugin: local_actions_block plugin: local_actions_block
settings: settings:
id: local_actions_block id: local_actions_block
label: 'Actions d''administration principales' label: "Actions d'administration principales"
label_display: '0' label_display: '0'
provider: core provider: core
visibility: { } visibility: { }

View File

@ -1,22 +0,0 @@
uuid: 1fa04199-b67e-40fa-8a5b-5da044dc6b3b
langcode: en
status: false
dependencies:
module:
- workflow
theme:
- null
_core:
default_config_hash: Cs2l2qZ2r60qh0aD5hM7ePYviecEo81KvYpFMUgPP2k
id: workflowtransitionform
theme: null
region: ''
weight: -7
provider: workflow
plugin: workflow_transition_form_block
settings:
id: workflow_transition_form_block
label: 'Workflow Transition form'
label_display: visible
provider: workflow
visibility: { }

View File

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: simple_text id: simple_text
label: 'simple text' label: 'simple text'
revision: 0 revision: false
description: '' description: ''

View File

@ -1,6 +1,5 @@
_core: _core:
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8 default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
langcode: fr
mode: simple mode: simple
ignored_config_entities: ignored_config_entities:
- devel.settings - devel.settings

View File

@ -13,8 +13,6 @@ folder: ../config/prod
module: module:
dblog: 0 dblog: 0
google_analytics: 0 google_analytics: 0
pwa: 0
pwa_extras: 0
theme: { } theme: { }
complete_list: { } complete_list: { }
partial_list: { } partial_list: { }

View File

@ -13,8 +13,6 @@ folder: ../config/stage
module: module:
devel: 0 devel: 0
devel_generate: 0 devel_generate: 0
pwa: 0
pwa_extras: 0
theme: { } theme: { }
complete_list: { } complete_list: { }
partial_list: { } partial_list: { }

View File

@ -10,7 +10,7 @@ id: commerce_product.default.path
field_name: path field_name: path
entity_type: commerce_product entity_type: commerce_product
bundle: default bundle: default
label: 'Alias d''URL' label: "Alias d'URL"
description: 'The product URL alias.' description: 'The product URL alias.'
required: false required: false
translatable: false translatable: false

View File

@ -9,7 +9,7 @@ field_name: uid
entity_type: commerce_product entity_type: commerce_product
bundle: default bundle: default
label: Auteur label: Auteur
description: 'L''auteur du produit.' description: "L'auteur du produit."
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -10,7 +10,7 @@ id: commerce_product.materio_product_type.path
field_name: path field_name: path
entity_type: commerce_product entity_type: commerce_product
bundle: materio_product_type bundle: materio_product_type
label: 'Alias d''URL' label: "Alias d'URL"
description: 'The product URL alias.' description: 'The product URL alias.'
required: false required: false
translatable: false translatable: false

View File

@ -9,7 +9,7 @@ field_name: uid
entity_type: commerce_product entity_type: commerce_product
bundle: materio_product_type bundle: materio_product_type
label: Auteur label: Auteur
description: 'L''auteur du produit.' description: "L'auteur du produit."
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -0,0 +1,18 @@
uuid: ce3949f2-fff5-43d4-a75e-f7f258541ee6
langcode: fr
status: true
dependencies:
module:
- commerce_promotion
id: commerce_promotion.commerce_promotion.changed
field_name: changed
entity_type: commerce_promotion
bundle: commerce_promotion
label: Modifié
description: 'The time when the promotion was last edited.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed

View File

@ -0,0 +1,18 @@
uuid: d0f5f248-bd2d-43b8-96ab-fefc234f7058
langcode: fr
status: true
dependencies:
module:
- commerce_promotion
id: commerce_promotion.commerce_promotion.created
field_name: created
entity_type: commerce_promotion
bundle: commerce_promotion
label: Créé
description: 'The time when the promotion was created.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: created

View File

@ -8,7 +8,7 @@ id: commerce_promotion.commerce_promotion.display_name
field_name: display_name field_name: display_name
entity_type: commerce_promotion entity_type: commerce_promotion
bundle: commerce_promotion bundle: commerce_promotion
label: 'Nom de l''affichage' label: "Nom de l'affichage"
description: 'If provided, shown on the order instead of "Discount".' description: 'If provided, shown on the order instead of "Discount".'
required: false required: false
translatable: false translatable: false

View File

@ -0,0 +1,20 @@
uuid: 44832669-bd2c-40ac-870a-8389a22d4026
langcode: fr
status: true
dependencies:
module:
- commerce_promotion
id: commerce_promotion.commerce_promotion.uid
field_name: uid
entity_type: commerce_promotion
bundle: commerce_promotion
label: Propriétaire
description: 'The promotion owner.'
required: false
translatable: false
default_value: { }
default_value_callback: 'Drupal\commerce_promotion\Entity\Promotion::getDefaultEntityOwner'
settings:
handler: default
handler_settings: { }
field_type: entity_reference

View File

@ -0,0 +1,18 @@
uuid: 9bb1766d-c1be-4c56-b05d-dee701b5b7be
langcode: fr
status: true
dependencies:
config:
- commerce_store.commerce_store_type.online
id: commerce_store.online.changed
field_name: changed
entity_type: commerce_store
bundle: online
label: Modifié
description: 'The time when the store was last edited.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed

View File

@ -0,0 +1,18 @@
uuid: 58fb5e67-dfbd-4ac7-93ed-f6ce132bacfc
langcode: fr
status: true
dependencies:
config:
- commerce_store.commerce_store_type.online
id: commerce_store.online.created
field_name: created
entity_type: commerce_store
bundle: online
label: Créé
description: 'The time when the store was created.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: created

View File

@ -0,0 +1,18 @@
uuid: 4fa87b2e-7778-4c36-9894-e53aff527eda
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.description
field_name: description
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: Description
description: 'Text displayed to the user on the form'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@ -0,0 +1,18 @@
uuid: 8178b56e-0b70-41a3-a5ba-791040db3598
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.long_description
field_name: long_description
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: 'Description longue'
description: "Texte affiché quand l'utilisateur clique pour obtenir plus de détails."
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string_long

View File

@ -0,0 +1,18 @@
uuid: 8af932a5-2d05-462b-ab27-4b30b9ea8df9
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.notes
field_name: notes
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: Notes
description: 'This should contain the rationale behind the agreement.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string_long

View File

@ -0,0 +1,18 @@
uuid: 4419e97e-e08f-42b4-bc3c-d21937679ec0
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.title
field_name: title
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: Titre
description: 'Agreement title.'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@ -0,0 +1,20 @@
uuid: d94662f9-ed94-4ae8-8d08-053c817712bf
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.user_id
field_name: user_id
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: 'Écrit par'
description: 'The user ID of author of the Consent Agreement entity.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: default
handler_settings: { }
field_type: entity_reference

View File

@ -9,7 +9,7 @@ field_name: created
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Écrit le' label: 'Écrit le'
description: 'L''heure à laquelle le nœud a été créé.' description: "L'heure à laquelle le nœud a été créé."
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -9,7 +9,7 @@ field_name: menu_link
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Lien du menu' label: 'Lien du menu'
description: 'Lien de menu calculé pour le nœud (disponible uniquement pendant l''enregistrement du nœud).' description: "Lien de menu calculé pour le nœud (disponible uniquement pendant l'enregistrement du nœud)."
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -10,7 +10,7 @@ id: node.note.path
field_name: path field_name: path
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Alias d''URL' label: "Alias d'URL"
description: '' description: ''
required: false required: false
translatable: false translatable: false

View File

@ -8,7 +8,7 @@ id: node.note.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Promu en page d''accueil' label: "Promu en page d'accueil"
description: '' description: ''
required: false required: false
translatable: false translatable: false

View File

@ -9,7 +9,7 @@ field_name: uid
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Écrit par' label: 'Écrit par'
description: 'Le nom d''utilisateur de l''auteur du contenu.' description: "Le nom d'utilisateur de l'auteur du contenu."
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -16,7 +16,8 @@ content:
type: address_default type: address_default
weight: 4 weight: 4
region: content region: content
settings: { } settings:
wrapper_type: details
third_party_settings: { } third_party_settings: { }
billing_countries: billing_countries:
type: options_select type: options_select
@ -86,4 +87,5 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
created: true
uid: true uid: true

View File

@ -188,7 +188,7 @@ mode: default
content: content:
body: body:
type: text_textarea_with_summary type: text_textarea_with_summary
weight: 3 weight: 13
region: content region: content
settings: settings:
rows: 9 rows: 9
@ -198,7 +198,7 @@ content:
third_party_settings: { } third_party_settings: { }
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 23 weight: 17
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -221,7 +221,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_famille: field_famille:
type: options_select type: options_select
weight: 17 weight: 11
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -264,7 +264,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_materiau_images: field_materiau_images:
type: image_image type: image_image
weight: 13 weight: 11
region: content region: content
settings: settings:
progress_indicator: throbber progress_indicator: throbber
@ -272,7 +272,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_memo: field_memo:
type: string_textarea type: string_textarea
weight: 20 weight: 14
region: content region: content
settings: settings:
rows: 5 rows: 5
@ -280,7 +280,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_migration: field_migration:
type: workflow_default type: workflow_default
weight: 22 weight: 16
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -298,7 +298,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_short_description: field_short_description:
type: string_textfield type: string_textfield
weight: 2 weight: 12
region: content region: content
settings: settings:
size: 60 size: 60
@ -323,24 +323,23 @@ content:
leaves_only: false leaves_only: false
select_parents: false select_parents: false
cascading_selection: 0 cascading_selection: 0
track_list: true
max_depth: 0 max_depth: 0
third_party_settings: { } third_party_settings: { }
field_video: field_video:
type: video_embed_field_textfield type: video_embed_field_textfield
weight: 14 weight: 12
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
field_workflow: field_workflow:
type: workflow_default type: workflow_default
weight: 21 weight: 15
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
langcode: langcode:
type: language_select type: language_select
weight: 18 weight: 12
region: content region: content
settings: settings:
include_locked: true include_locked: true
@ -353,14 +352,14 @@ content:
third_party_settings: { } third_party_settings: { }
title: title:
type: string_textfield type: string_textfield
weight: 1 weight: 11
region: content region: content
settings: settings:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
translation: translation:
weight: 19 weight: 13
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }

View File

@ -25,7 +25,8 @@ content:
type: address_default type: address_default
weight: 0 weight: 0
region: content region: content
settings: { } settings:
wrapper_type: details
third_party_settings: { } third_party_settings: { }
phone: phone:
type: telephone_default type: telephone_default

View File

@ -41,7 +41,7 @@ content:
weight: 14 weight: 14
region: content region: content
settings: settings:
default_country: null wrapper_type: details
third_party_settings: { } third_party_settings: { }
field_email: field_email:
type: email_default type: email_default
@ -143,4 +143,5 @@ content:
placeholder_url: '' placeholder_url: ''
placeholder_title: '' placeholder_title: ''
third_party_settings: { } third_party_settings: { }
hidden: { } hidden:
is_default: true

View File

@ -156,7 +156,8 @@ content:
type: address_default type: address_default
weight: 17 weight: 17
region: content region: content
settings: { } settings:
wrapper_type: details
third_party_settings: { } third_party_settings: { }
field_public_email: field_public_email:
type: email_default type: email_default

View File

@ -132,7 +132,8 @@ content:
type: address_default type: address_default
weight: 5 weight: 5
region: content region: content
settings: { } settings:
wrapper_type: details
third_party_settings: { } third_party_settings: { }
field_public_email: field_public_email:
type: email_default type: email_default

View File

@ -11,5 +11,6 @@ _core:
default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0 default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0
id: commerce_order_item.add_to_cart id: commerce_order_item.add_to_cart
label: 'Add to cart' label: 'Add to cart'
description: ''
targetEntityType: commerce_order_item targetEntityType: commerce_order_item
cache: true cache: true

View File

@ -13,5 +13,6 @@ _core:
default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0 default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0
id: commerce_order_item.variation_cart_form id: commerce_order_item.variation_cart_form
label: 'Variation cart form' label: 'Variation cart form'
description: ''
targetEntityType: commerce_order_item targetEntityType: commerce_order_item
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_recurring - commerce_recurring
id: commerce_subscription.customer id: commerce_subscription.customer
label: Customer label: Customer
description: ''
targetEntityType: commerce_subscription targetEntityType: commerce_subscription
cache: true cache: true

View File

@ -9,5 +9,6 @@ dependencies:
- commerce_order - commerce_order
id: profile.billing id: profile.billing
label: Billing label: Billing
description: ''
targetEntityType: profile targetEntityType: profile
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: 3Ly1xMx90SxhhhBmZjDhcBCQ4kyR4u7tS5vLgA84B2M default_config_hash: 3Ly1xMx90SxhhhBmZjDhcBCQ4kyR4u7tS5vLgA84B2M
id: simplenews_subscriber.account id: simplenews_subscriber.account
label: Account label: Account
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: 7EIO8InzdeUlS1NCs5hq23QRzWmqAKGjeSqd3hQP62s default_config_hash: 7EIO8InzdeUlS1NCs5hq23QRzWmqAKGjeSqd3hQP62s
id: simplenews_subscriber.block id: simplenews_subscriber.block
label: Block label: Block
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: leCpWOylvfK6ArYQp2n7dcGoAFC_A-X7qQm5FdYToWg default_config_hash: leCpWOylvfK6ArYQp2n7dcGoAFC_A-X7qQm5FdYToWg
id: simplenews_subscriber.materio_block id: simplenews_subscriber.materio_block
label: Block label: Block
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: ZNiTMgBURMLUyp3dwxIn7Zz_hREzPRpyF2M-Dm3e1BI default_config_hash: ZNiTMgBURMLUyp3dwxIn7Zz_hREzPRpyF2M-Dm3e1BI
id: simplenews_subscriber.page id: simplenews_subscriber.page
label: Page label: Page
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- user - user
id: user.modal id: user.modal
label: Modal label: Modal
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register id: user.register
label: Register label: Register
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@ -34,6 +34,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -44,6 +53,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -76,6 +94,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

View File

@ -34,6 +34,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -66,6 +75,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

View File

@ -33,6 +33,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -58,6 +67,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content

View File

@ -43,6 +43,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -99,6 +108,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content

View File

@ -43,6 +43,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -53,6 +62,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -94,6 +112,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content

View File

@ -43,6 +43,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 12 weight: 12
region: content region: content
@ -53,6 +62,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -85,6 +103,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content

View File

@ -24,6 +24,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content
@ -75,3 +84,5 @@ content:
region: content region: content
hidden: hidden:
adjustments: true adjustments: true
search_api_excerpt: true
synonyms: true

View File

@ -19,6 +19,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content
@ -35,6 +44,8 @@ hidden:
billing_period: true billing_period: true
purchased_entity: true purchased_entity: true
quantity: true quantity: true
search_api_excerpt: true
subscription: true subscription: true
synonyms: true
total_price: true total_price: true
unit_price: true unit_price: true

View File

@ -26,6 +26,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -36,6 +45,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content
@ -62,6 +80,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 11 weight: 11
region: content region: content
@ -97,6 +124,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 10 weight: 10
region: content region: content
@ -114,6 +150,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -139,6 +184,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -149,6 +203,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

View File

@ -19,6 +19,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -29,6 +38,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content
@ -56,6 +74,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -66,6 +93,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -83,6 +119,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -93,6 +138,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content

View File

@ -26,6 +26,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -36,6 +45,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content
@ -54,6 +72,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 13 weight: 13
region: content region: content
@ -100,6 +127,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 9 weight: 9
region: content region: content
@ -117,6 +153,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -142,6 +187,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -152,6 +206,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

View File

@ -19,6 +19,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -29,6 +38,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content
@ -56,6 +74,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -66,6 +93,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -83,6 +119,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -93,6 +138,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content

View File

@ -26,6 +26,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -36,6 +45,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 7 weight: 7
region: content region: content
@ -54,6 +72,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 14 weight: 14
region: content region: content
@ -92,6 +119,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 13 weight: 13
region: content region: content
@ -109,6 +145,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content
@ -134,6 +179,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -144,6 +198,15 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content

View File

@ -33,6 +33,7 @@ content:
timezone_override: '' timezone_override: ''
format_type: medium format_type: medium
separator: '-' separator: '-'
from_to: both
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -114,3 +115,4 @@ hidden:
langcode: true langcode: true
links: true links: true
search_api_excerpt: true search_api_excerpt: true
synonyms: true

View File

@ -68,3 +68,4 @@ hidden:
langcode: true langcode: true
links: true links: true
search_api_excerpt: true search_api_excerpt: true
synonyms: true

View File

@ -49,3 +49,4 @@ content:
hidden: hidden:
langcode: true langcode: true
search_api_excerpt: true search_api_excerpt: true
synonyms: true

View File

@ -37,3 +37,4 @@ hidden:
field_target: true field_target: true
langcode: true langcode: true
search_api_excerpt: true search_api_excerpt: true
synonyms: true

View File

@ -28,6 +28,16 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content
title:
label: hidden
type: string
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden: hidden:
langcode: true langcode: true
search_api_excerpt: true
simplenews_issue: true simplenews_issue: true
synonyms: true

View File

@ -25,7 +25,17 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content
title:
label: hidden
type: string
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden: hidden:
langcode: true langcode: true
links: true links: true
search_api_excerpt: true
simplenews_issue: true simplenews_issue: true
synonyms: true

View File

@ -27,5 +27,15 @@ content:
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content
title:
label: hidden
type: string
weight: -5
region: content
settings:
link_to_entity: false
third_party_settings: { }
hidden: hidden:
langcode: true langcode: true
search_api_excerpt: true
synonyms: true

View File

@ -32,6 +32,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content
@ -66,6 +75,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 14 weight: 14
region: content region: content
@ -76,6 +94,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 13 weight: 13
region: content region: content
@ -86,6 +113,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 12 weight: 12
region: content region: content
@ -129,6 +165,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 15 weight: 15
region: content region: content

View File

@ -33,6 +33,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content
@ -67,6 +76,15 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 9 weight: 9
region: content region: content

View File

@ -6,5 +6,6 @@ dependencies:
- block - block
id: block.token id: block.token
label: Token label: Token
description: ''
targetEntityType: block targetEntityType: block
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
id: block_content.full id: block_content.full
label: Full label: Full
description: ''
targetEntityType: block_content targetEntityType: block_content
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_order - commerce_order
id: commerce_order.checkout id: commerce_order.checkout
label: checkout label: checkout
description: ''
targetEntityType: commerce_order targetEntityType: commerce_order
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: zGcQPC5MWgNSsQxarSWsXNIVpjb_vDAdcDLPupYmxQ8 default_config_hash: zGcQPC5MWgNSsQxarSWsXNIVpjb_vDAdcDLPupYmxQ8
id: commerce_order.user id: commerce_order.user
label: User label: User
description: ''
targetEntityType: commerce_order targetEntityType: commerce_order
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_product - commerce_product
id: commerce_product.home_summary id: commerce_product.home_summary
label: 'Home summary' label: 'Home summary'
description: ''
targetEntityType: commerce_product targetEntityType: commerce_product
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_product - commerce_product
id: commerce_product.order_summary id: commerce_product.order_summary
label: 'Order Summary' label: 'Order Summary'
description: ''
targetEntityType: commerce_product targetEntityType: commerce_product
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: ry5RvX-mOnp2GQWzMqSYjPz-jKfP1nSo4Xo4kJCodlE default_config_hash: ry5RvX-mOnp2GQWzMqSYjPz-jKfP1nSo4Xo4kJCodlE
id: commerce_product_attribute_value.add_to_cart id: commerce_product_attribute_value.add_to_cart
label: 'Add to Cart Form' label: 'Add to Cart Form'
description: ''
targetEntityType: commerce_product_attribute_value targetEntityType: commerce_product_attribute_value
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_product - commerce_product
id: commerce_product_variation.add_to_cart id: commerce_product_variation.add_to_cart
label: 'add to cart' label: 'add to cart'
description: ''
targetEntityType: commerce_product_variation targetEntityType: commerce_product_variation
cache: true cache: true

View File

@ -12,5 +12,6 @@ _core:
default_config_hash: SjZo-csuMc7wQHh55OpVRuTrQTp8zy3k6cR9RykDWIg default_config_hash: SjZo-csuMc7wQHh55OpVRuTrQTp8zy3k6cR9RykDWIg
id: commerce_product_variation.cart id: commerce_product_variation.cart
label: Cart label: Cart
description: ''
targetEntityType: commerce_product_variation targetEntityType: commerce_product_variation
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_product - commerce_product
id: commerce_product_variation.order_summary id: commerce_product_variation.order_summary
label: 'Order Summary' label: 'Order Summary'
description: ''
targetEntityType: commerce_product_variation targetEntityType: commerce_product_variation
cache: true cache: true

View File

@ -11,5 +11,6 @@ _core:
default_config_hash: 23R0npqqL2T9F-gDL2Lor2GfZj_lDvmv-kwdQzPCxMw default_config_hash: 23R0npqqL2T9F-gDL2Lor2GfZj_lDvmv-kwdQzPCxMw
id: commerce_product_variation.summary id: commerce_product_variation.summary
label: Summary label: Summary
description: ''
targetEntityType: commerce_product_variation targetEntityType: commerce_product_variation
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_product - commerce_product
id: commerce_product_variation.tableau_admin id: commerce_product_variation.tableau_admin
label: 'tableau admin' label: 'tableau admin'
description: ''
targetEntityType: commerce_product_variation targetEntityType: commerce_product_variation
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- commerce_recurring - commerce_recurring
id: commerce_subscription.customer id: commerce_subscription.customer
label: Customer label: Customer
description: ''
targetEntityType: commerce_subscription targetEntityType: commerce_subscription
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0 default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
id: config_pages.full id: config_pages.full
label: Full label: Full
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- contact - contact
id: contact_message.token id: contact_message.token
label: Token label: Token
description: ''
targetEntityType: contact_message targetEntityType: contact_message
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- file - file
id: file.token id: file.token
label: Token label: Token
description: ''
targetEntityType: file targetEntityType: file
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- menu_link_content - menu_link_content
id: menu_link_content.token id: menu_link_content.token
label: Token label: Token
description: ''
targetEntityType: menu_link_content targetEntityType: menu_link_content
cache: true cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: Pl6xok1fBCKaPlLC4iDJVaucp2W72csXt7M3Jwa95nU default_config_hash: Pl6xok1fBCKaPlLC4iDJVaucp2W72csXt7M3Jwa95nU
id: message.full id: message.full
label: 'Full content' label: 'Full content'
description: ''
targetEntityType: message targetEntityType: message
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.card_big id: node.card_big
label: card-big label: card-big
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.card_full id: node.card_full
label: card-full label: card-full
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.card_home id: node.card_home
label: card-home label: card-home
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.card_medium id: node.card_medium
label: card-medium label: card-medium
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- node - node
id: node.card_small id: node.card_small
label: card-small label: card-small
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

View File

@ -11,5 +11,6 @@ _core:
default_config_hash: iQNOEsNlbBFbVMOoSwtfUd8YC0XpRLzTjXv48HYfxwE default_config_hash: iQNOEsNlbBFbVMOoSwtfUd8YC0XpRLzTjXv48HYfxwE
id: node.email_html id: node.email_html
label: 'Email: HTML' label: 'Email: HTML'
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true

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