diff --git a/config/sync/core.entity_view_display.node.materiau.card_home.yml b/config/sync/core.entity_view_display.node.materiau.card_home.yml index 73b940fc..d8656c88 100644 --- a/config/sync/core.entity_view_display.node.materiau.card_home.yml +++ b/config/sync/core.entity_view_display.node.materiau.card_home.yml @@ -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_small_home - node.type.materiau module: - image_delta_formatter @@ -38,7 +38,7 @@ content: label: hidden settings: deltas: '0' - image_style: card_small + image_style: card_small_home image_link: '' deltas_reversed: 0 third_party_settings: { } diff --git a/config/sync/image.style.card_small_home.yml b/config/sync/image.style.card_small_home.yml new file mode 100644 index 00000000..35f062aa --- /dev/null +++ b/config/sync/image.style.card_small_home.yml @@ -0,0 +1,15 @@ +uuid: 95f92cc7-dfbf-4670-9913-dc29a5ee31a3 +langcode: en +status: true +dependencies: { } +name: card_small_home +label: 'card-small-home (100x140)' +effects: + b36b5a37-6235-40e1-aef1-54fe4244ace6: + uuid: b36b5a37-6235-40e1-aef1-54fe4244ace6 + id: image_scale_and_crop + weight: 1 + data: + width: 100 + height: 140 + anchor: center-center diff --git a/config/sync/language/fr/pwa.config.yml b/config/sync/language/fr/pwa.config.yml index c2dde539..ca87d136 100644 --- a/config/sync/language/fr/pwa.config.yml +++ b/config/sync/language/fr/pwa.config.yml @@ -1,3 +1,5 @@ description: 'L''inspiration par la matière' -lang: fr urls_to_cache: "/fr/pricing\r\n/fr/blabla\r\n/fr/base\r\n/fr/showrooms" +start_url: / +lang: fr +cache_version: '1'