From fd370dd6270e7b9cfb68d2fa1350289244fbf14c Mon Sep 17 00:00:00 2001 From: jrockwei Date: Fri, 25 Jun 2021 09:17:18 -0500 Subject: [PATCH] IN-500 Revert Event Display and Timezone changes --- ...ore.entity_view_display.node.event.default.yml | 15 +++++---------- .../field.field.node.event.field_event_date.yml | 6 +++--- .../sync/smart_date.smart_date_format.compact.yml | 2 +- .../sync/smart_date.smart_date_format.default.yml | 2 +- .../smart_date.smart_date_format.time_only.yml | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) diff --git a/config/sync/core.entity_view_display.node.event.default.yml b/config/sync/core.entity_view_display.node.event.default.yml index f1e4bbda7..a78244f04 100644 --- a/config/sync/core.entity_view_display.node.event.default.yml +++ b/config/sync/core.entity_view_display.node.event.default.yml @@ -52,9 +52,9 @@ third_party_settings: timezone_override: '' format: default force_chronological: false - add_classes: false - past_display: 2 - upcoming_display: 2 + add_classes: 0 + past_display: '2' + upcoming_display: '2' show_next: false third_party_settings: { } context_mapping: @@ -125,18 +125,13 @@ third_party_settings: label_display: '0' formatter: label: above - type: addtocal_view + type: smartdate_default settings: timezone_override: '' - date_format: 'D, M j Y, g:ia T' - event_title: '' - location: '' - description: '' - past_events: false + format: default third_party_settings: { } context_mapping: entity: layout_builder.entity - view_mode: view_mode additional: layout_builder_styles_style: '' weight: 0 diff --git a/config/sync/field.field.node.event.field_event_date.yml b/config/sync/field.field.node.event.field_event_date.yml index b35a26217..41116f21d 100644 --- a/config/sync/field.field.node.event.field_event_date.yml +++ b/config/sync/field.field.node.event.field_event_date.yml @@ -10,8 +10,8 @@ dependencies: - smart_date_recur third_party_settings: smart_date_recur: - allow_recurring: true - month_limit: 3 + allow_recurring: 1 + month_limit: '3' id: node.event.field_event_date field_name: field_event_date entity_type: node @@ -28,4 +28,4 @@ default_value: default_duration: 60 default_value_callback: '' settings: { } -field_type: smartdate +field_type: smartdate \ No newline at end of file diff --git a/config/sync/smart_date.smart_date_format.compact.yml b/config/sync/smart_date.smart_date_format.compact.yml index ce087b5e4..0056634cc 100644 --- a/config/sync/smart_date.smart_date_format.compact.yml +++ b/config/sync/smart_date.smart_date_format.compact.yml @@ -14,4 +14,4 @@ separator: ' - ' join: ' | ' ampm_reduce: '1' date_first: '1' -site_time_toggle: '1' +site_time_toggle: null diff --git a/config/sync/smart_date.smart_date_format.default.yml b/config/sync/smart_date.smart_date_format.default.yml index de9fb9cbb..46d7e297d 100644 --- a/config/sync/smart_date.smart_date_format.default.yml +++ b/config/sync/smart_date.smart_date_format.default.yml @@ -14,4 +14,4 @@ separator: ' - ' join: ', ' ampm_reduce: '1' date_first: '1' -site_time_toggle: '1' +site_time_toggle: null diff --git a/config/sync/smart_date.smart_date_format.time_only.yml b/config/sync/smart_date.smart_date_format.time_only.yml index adad9aa5d..3b2899d33 100644 --- a/config/sync/smart_date.smart_date_format.time_only.yml +++ b/config/sync/smart_date.smart_date_format.time_only.yml @@ -14,4 +14,4 @@ separator: ' - ' join: ', ' ampm_reduce: '1' date_first: '1' -site_time_toggle: '1' +site_time_toggle: null