From 207e7919e7c4b91b02ad3b6bb3b31652a18db117 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 10 May 2022 14:08:50 +0200 Subject: [PATCH] =?UTF-8?q?date=20=C3=89v=C3=AAnements=20dans=20menu=20et?= =?UTF-8?q?=20dans=20page=20de=20l'=C3=A9v=C3=A8nement=20#1915?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core.date_format.date_longue_sans_heure.yml | 8 ++++++++ ...mart_date.smart_date_format.full_date_only.yml | 15 +++++++++++++++ web/profiles/d8-starterkit-profile | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 config/sync/core.date_format.date_longue_sans_heure.yml create mode 100644 config/sync/smart_date.smart_date_format.full_date_only.yml diff --git a/config/sync/core.date_format.date_longue_sans_heure.yml b/config/sync/core.date_format.date_longue_sans_heure.yml new file mode 100644 index 00000000..d7dc7d51 --- /dev/null +++ b/config/sync/core.date_format.date_longue_sans_heure.yml @@ -0,0 +1,8 @@ +uuid: a565b29e-b73e-4fd8-ac0b-0757bfab7320 +langcode: fr +status: true +dependencies: { } +id: date_longue_sans_heure +label: 'Date longue sans heure' +locked: false +pattern: 'l j F Y' diff --git a/config/sync/smart_date.smart_date_format.full_date_only.yml b/config/sync/smart_date.smart_date_format.full_date_only.yml new file mode 100644 index 00000000..c2a1264a --- /dev/null +++ b/config/sync/smart_date.smart_date_format.full_date_only.yml @@ -0,0 +1,15 @@ +uuid: 3068773d-5003-4fc5-acba-7c08b726e713 +langcode: fr +status: true +dependencies: { } +id: full_date_only +label: 'Full date only' +date_format: 'l j F Y' +time_format: 'g:ia' +time_hour_format: ga +allday_label: 'All day' +separator: ' - ' +join: ', ' +ampm_reduce: '1' +date_first: '1' +site_time_toggle: '1' diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 5069345d..179aa994 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 5069345d9dffca8ff935d7a01d2bc97a1272f063 +Subproject commit 179aa994156fa9c986cf9eb9262872abb9c651a2