changed event range date formatter display
This commit is contained in:
@@ -33,15 +33,16 @@ content:
|
|||||||
single: 'd F Y'
|
single: 'd F Y'
|
||||||
single_all_day: 'd F Y'
|
single_all_day: 'd F Y'
|
||||||
one_day: 'd F Y'
|
one_day: 'd F Y'
|
||||||
one_month: '\D\u d \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_months: '\d\u d F \a\u {d} {F} Y'
|
||||||
several_years: '\D\u d F Y \a\u {d} {F} {Y}'
|
several_years: '\d\u d F Y \a\u {d} {F} {Y}'
|
||||||
separator: '-'
|
separator: '-'
|
||||||
date_format: 'Y-m-d\TH:i:s'
|
date_format: 'Y-m-d\TH:i:s'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: date_range_without_time
|
type: date_range_without_time
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
addtoany: true
|
||||||
field_page_liee: true
|
field_page_liee: true
|
||||||
field_workflow_generic: true
|
field_workflow_generic: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ content:
|
|||||||
single: 'd F Y'
|
single: 'd F Y'
|
||||||
single_all_day: 'd F Y'
|
single_all_day: 'd F Y'
|
||||||
one_day: 'd F Y'
|
one_day: 'd F Y'
|
||||||
one_month: '\D\u d F \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_months: '\d\u d F \a\u {d} {F} Y'
|
||||||
several_years: '\D\u d F Y \a\u {d} {F} {Y}'
|
several_years: '\d\u d F Y \a\u {d} {F} {Y}'
|
||||||
separator: '-'
|
separator: '-'
|
||||||
date_format: 'Y-m-d\TH:i:s'
|
date_format: 'Y-m-d\TH:i:s'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -55,5 +55,6 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
addtoany: true
|
||||||
field_workflow_generic: true
|
field_workflow_generic: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|||||||
@@ -36,9 +36,9 @@ content:
|
|||||||
single: 'd F Y'
|
single: 'd F Y'
|
||||||
single_all_day: 'd F Y'
|
single_all_day: 'd F Y'
|
||||||
one_day: 'd F Y'
|
one_day: 'd F Y'
|
||||||
one_month: '\D\u d \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_months: '\d\u d F \a\u {d} {F} Y'
|
||||||
several_years: '\D\u d F Y \a\u {d} {F} {Y}'
|
several_years: '\d\u d F Y \a\u {d} {F} {Y}'
|
||||||
separator: '-'
|
separator: '-'
|
||||||
date_format: 'Y-m-d\TH:i:s'
|
date_format: 'Y-m-d\TH:i:s'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -51,6 +51,7 @@ content:
|
|||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
addtoany: true
|
||||||
field_workflow_generic: true
|
field_workflow_generic: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
cache:
|
cache:
|
||||||
page:
|
page:
|
||||||
max_age: 0
|
max_age: 86400
|
||||||
css:
|
css:
|
||||||
preprocess: false
|
preprocess: true
|
||||||
gzip: true
|
gzip: true
|
||||||
fast_404:
|
fast_404:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -10,7 +10,7 @@ fast_404:
|
|||||||
exclude_paths: '/\/(?:styles|imagecache)\//'
|
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>'
|
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:
|
js:
|
||||||
preprocess: false
|
preprocess: true
|
||||||
gzip: true
|
gzip: true
|
||||||
stale_file_threshold: 2592000
|
stale_file_threshold: 2592000
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
Reference in New Issue
Block a user