Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d662e7f3 authored by escuriola's avatar escuriola
Browse files

OEL-1653: Post update with all date changes.

parent 13157c00
No related branches found
No related tags found
1 merge request!158OEL-1653: Show time in event dates
......@@ -4,4 +4,4 @@ dependencies: { }
id: oe_whitelabel_project_date
label: 'OE Whitelabel Project date'
locked: false
pattern: 'd F Y'
pattern: 'd M Y'
......@@ -12,7 +12,7 @@ dependencies:
- node.type.oe_sc_event
module:
- address
- datetime_range
- oe_whitelabel_starter_event
- text
- user
id: node.oe_sc_event.teaser
......@@ -21,12 +21,11 @@ bundle: oe_sc_event
mode: teaser
content:
oe_sc_event_dates:
type: daterange_default
type: event_date_range_format
label: hidden
settings:
timezone_override: ''
format_type: oe_whitelabel_starter_event_date
separator: '-'
time_format: ''
datetime_format: 'd M Y'
third_party_settings: { }
weight: 4
region: content
......
langcode: en
status: true
dependencies: { }
id: oe_whitelabel_project_date
label: 'OE Whitelabel Project date'
locked: false
pattern: 'd M Y'
......@@ -12,7 +12,7 @@ dependencies:
- node.type.oe_sc_event
module:
- address
- datetime_range
- oe_whitelabel_starter_event
- text
- user
id: node.oe_sc_event.teaser
......@@ -21,12 +21,11 @@ bundle: oe_sc_event
mode: teaser
content:
oe_sc_event_dates:
type: daterange_default
type: event_date_range_format
label: hidden
settings:
timezone_override: ''
format_type: oe_whitelabel_starter_event_date
separator: '-'
time_format: ''
datetime_format: 'd M Y'
third_party_settings: { }
weight: 4
region: content
......
......@@ -28,6 +28,7 @@ function oe_whitelabel_starter_event_post_update_00002(): void {
$configs = [
'core.entity_view_display.node.oe_sc_event.full',
'core.entity_view_display.node.oe_sc_event.teaser',
'core.date_format.oe_whitelabel_project_date',
];
ConfigImporter::importMultiple(
'module',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment