changed event range date formatter display
This commit is contained in:
@@ -33,15 +33,16 @@ content:
|
||||
single: 'd F Y'
|
||||
single_all_day: 'd F Y'
|
||||
one_day: 'd F Y'
|
||||
one_month: '\D\u d \a\u {d} F Y'
|
||||
several_months: '\D\u d F \a\u {d} {F} Y'
|
||||
several_years: '\D\u d F Y \a\u {d} {F} {Y}'
|
||||
one_month: '\d\u d \a\u {d} F Y'
|
||||
several_months: '\d\u d F \a\u {d} {F} Y'
|
||||
several_years: '\d\u d F Y \a\u {d} {F} {Y}'
|
||||
separator: '-'
|
||||
date_format: 'Y-m-d\TH:i:s'
|
||||
third_party_settings: { }
|
||||
type: date_range_without_time
|
||||
region: content
|
||||
hidden:
|
||||
addtoany: true
|
||||
field_page_liee: true
|
||||
field_workflow_generic: true
|
||||
langcode: true
|
||||
|
||||
@@ -33,9 +33,9 @@ content:
|
||||
single: 'd F Y'
|
||||
single_all_day: 'd F Y'
|
||||
one_day: 'd F Y'
|
||||
one_month: '\D\u d F \a\u {d} {F} Y'
|
||||
several_months: '\D\u d F \a\u {d} {F} Y'
|
||||
several_years: '\D\u d F Y \a\u {d} {F} {Y}'
|
||||
one_month: '\d\u d F \a\u {d} {F} Y'
|
||||
several_months: '\d\u d F \a\u {d} {F} Y'
|
||||
several_years: '\d\u d F Y \a\u {d} {F} {Y}'
|
||||
separator: '-'
|
||||
date_format: 'Y-m-d\TH:i:s'
|
||||
third_party_settings: { }
|
||||
@@ -55,5 +55,6 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
addtoany: true
|
||||
field_workflow_generic: true
|
||||
langcode: true
|
||||
|
||||
@@ -36,9 +36,9 @@ content:
|
||||
single: 'd F Y'
|
||||
single_all_day: 'd F Y'
|
||||
one_day: 'd F Y'
|
||||
one_month: '\D\u d \a\u {d} F Y'
|
||||
several_months: '\D\u d F \a\u {d} {F} Y'
|
||||
several_years: '\D\u d F Y \a\u {d} {F} {Y}'
|
||||
one_month: '\d\u d \a\u {d} F Y'
|
||||
several_months: '\d\u d F \a\u {d} {F} Y'
|
||||
several_years: '\d\u d F Y \a\u {d} {F} {Y}'
|
||||
separator: '-'
|
||||
date_format: 'Y-m-d\TH:i:s'
|
||||
third_party_settings: { }
|
||||
@@ -51,6 +51,7 @@ content:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
addtoany: true
|
||||
field_workflow_generic: true
|
||||
langcode: true
|
||||
links: true
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
cache:
|
||||
page:
|
||||
max_age: 0
|
||||
max_age: 86400
|
||||
css:
|
||||
preprocess: false
|
||||
preprocess: true
|
||||
gzip: true
|
||||
fast_404:
|
||||
enabled: true
|
||||
@@ -10,7 +10,7 @@ fast_404:
|
||||
exclude_paths: '/\/(?:styles|imagecache)\//'
|
||||
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
|
||||
js:
|
||||
preprocess: false
|
||||
preprocess: true
|
||||
gzip: true
|
||||
stale_file_threshold: 2592000
|
||||
_core:
|
||||
|
||||
Reference in New Issue
Block a user