diff --git a/composer.json b/composer.json index 0e2a32e..66cae08 100644 --- a/composer.json +++ b/composer.json @@ -163,7 +163,9 @@ "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", "language negociation exeption https://www.drupal.org/project/drupal/issues/3134349" : "https://www.drupal.org/files/issues/2020-06-02/3134349-9.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 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.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" diff --git a/config/sync/language/fr/core.entity_view_display.node.frontpage.default.yml b/config/sync/language/fr/core.entity_view_display.node.frontpage.default.yml new file mode 100644 index 0000000..647d44f --- /dev/null +++ b/config/sync/language/fr/core.entity_view_display.node.frontpage.default.yml @@ -0,0 +1,6 @@ +third_party_settings: + field_group: + group_database: + label: 'base de données' + group_pricing: + label: tarifs diff --git a/config/sync/language/fr/core.entity_view_display.node.frontpage.home_full.yml b/config/sync/language/fr/core.entity_view_display.node.frontpage.home_full.yml new file mode 100644 index 0000000..647d44f --- /dev/null +++ b/config/sync/language/fr/core.entity_view_display.node.frontpage.home_full.yml @@ -0,0 +1,6 @@ +third_party_settings: + field_group: + group_database: + label: 'base de données' + group_pricing: + label: tarifs diff --git a/config/sync/language/fr/core.entity_view_display.node.frontpage.home_light.yml b/config/sync/language/fr/core.entity_view_display.node.frontpage.home_light.yml new file mode 100644 index 0000000..647d44f --- /dev/null +++ b/config/sync/language/fr/core.entity_view_display.node.frontpage.home_light.yml @@ -0,0 +1,6 @@ +third_party_settings: + field_group: + group_database: + label: 'base de données' + group_pricing: + label: tarifs