diff --git a/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml b/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml index 1953fc93..5b6c14e6 100644 --- a/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml +++ b/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml @@ -1,3 +1,4 @@ +label: 'Résumé de la commande' display: default: display_title: Maître diff --git a/config/sync/language/fr/views.view.simplenews_subscribers.yml b/config/sync/language/fr/views.view.simplenews_subscribers.yml index b3231386..ffb34bb7 100644 --- a/config/sync/language/fr/views.view.simplenews_subscribers.yml +++ b/config/sync/language/fr/views.view.simplenews_subscribers.yml @@ -25,6 +25,8 @@ display: label: Courriel user_name: label: 'Nom d''utilisateur' + subscriptions_target_id: + separator: ', ' status: label: Actif created: diff --git a/config/sync/search_api.index.autocomplete.yml b/config/sync/search_api.index.autocomplete.yml index 1ed179fa..87b561ac 100644 --- a/config/sync/search_api.index.autocomplete.yml +++ b/config/sync/search_api.index.autocomplete.yml @@ -5,7 +5,6 @@ dependencies: module: - search_api_solr - taxonomy - - synonyms - search_api - materio_sapi config: @@ -73,14 +72,6 @@ field_settings: dependencies: module: - taxonomy - synonyms: - label: 'Entity synonyms' - datasource_id: 'entity:taxonomy_term' - property_path: synonyms - type: 'solr_text_custom:ngram' - dependencies: - module: - - synonyms tid: label: 'Term ID' datasource_id: 'entity:taxonomy_term' diff --git a/config/sync/synonyms.settings.yml b/config/sync/synonyms.settings.yml new file mode 100644 index 00000000..6b8deb23 --- /dev/null +++ b/config/sync/synonyms.settings.yml @@ -0,0 +1,4 @@ +wording_type: default +wording_type_label: Default +_core: + default_config_hash: lRAfT0kEgx-vGuLIywiXAVZKH84AK1H40zN5MHyqT38 diff --git a/config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml b/config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml deleted file mode 100644 index 286de551..00000000 --- a/config/sync/synonyms.synonym.field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms.yml +++ /dev/null @@ -1,13 +0,0 @@ -uuid: 9c2ce416-af84-4135-ad33-6e43b328337b -langcode: en -status: true -dependencies: - config: - - field.field.taxonomy_term.thesaurus.field_synonyms -id: field.synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms -provider_plugin: 'field:synonyms.behavior.autocomplete_taxonomy_term_thesaurus_field_synonyms' -base_provider_plugin: field -provider_configuration: { } -behavior: synonyms.behavior.autocomplete -behavior_configuration: - wording: '@entity_label (@synonym)'