Skip to content

Commit

Permalink
Merge pull request #142 from USEPA/IN-500
Browse files Browse the repository at this point in the history
IN-500 Revert Event Display and Timezone changes
  • Loading branch information
johnrockweilercgi authored Jun 25, 2021
2 parents 98d2973 + fd370dd commit fdbb471
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
15 changes: 5 additions & 10 deletions config/sync/core.entity_view_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions config/sync/field.field.node.event.field_event_date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,4 +28,4 @@ default_value:
default_duration: 60
default_value_callback: ''
settings: { }
field_type: smartdate
field_type: smartdate
2 changes: 1 addition & 1 deletion config/sync/smart_date.smart_date_format.compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ separator: ' - '
join: ' | '
ampm_reduce: '1'
date_first: '1'
site_time_toggle: '1'
site_time_toggle: null
2 changes: 1 addition & 1 deletion config/sync/smart_date.smart_date_format.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ separator: ' - '
join: ', '
ampm_reduce: '1'
date_first: '1'
site_time_toggle: '1'
site_time_toggle: null
2 changes: 1 addition & 1 deletion config/sync/smart_date.smart_date_format.time_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ separator: ' - '
join: ', '
ampm_reduce: '1'
date_first: '1'
site_time_toggle: '1'
site_time_toggle: null

0 comments on commit fdbb471

Please sign in to comment.