change default state

This commit is contained in:
zombieFox 2021-09-11 09:09:04 +01:00
parent 87f8c36e6d
commit 8f061c751d

View File

@ -37,7 +37,7 @@ state.default = {
date: { date: {
day: { show: false, display: 'word', weekStart: 'monday', length: 'long' }, day: { show: false, display: 'word', weekStart: 'monday', length: 'long' },
date: { show: true, display: 'number', ordinal: true }, date: { show: true, display: 'number', ordinal: true },
month: { show: true, display: 'word', length: 'long', ordinal: true }, month: { show: true, display: 'word', length: 'short', ordinal: true },
year: { show: false, display: 'number' }, year: { show: false, display: 'number' },
separator: { show: true, text: '' }, separator: { show: true, text: '' },
format: 'date-month', format: 'date-month',