mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-24 00:53:53 +01:00
change default state
This commit is contained in:
parent
87f8c36e6d
commit
8f061c751d
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user