mirror of
https://github.com/strapi/strapi.git
synced 2025-08-16 04:34:40 +00:00
Fix timestamp dipslay
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
e232287152
commit
2f3bbcb2db
@ -28,6 +28,7 @@
|
||||
"attribute.text.description": "Small or long text like title or description",
|
||||
"attribute.text": "Text",
|
||||
"attribute.time": "Time",
|
||||
"attribute.timestamp": "Timestamp",
|
||||
"attribute.uid.description": "Unique identifier",
|
||||
"attribute.uid": "Uid",
|
||||
"button.attributes.add.another": "Add another field",
|
||||
|
@ -5,6 +5,7 @@ const getAttributeDisplayedType = type => {
|
||||
case 'date':
|
||||
case 'datetime':
|
||||
case 'time':
|
||||
case 'timestamp':
|
||||
displayedType = 'date';
|
||||
break;
|
||||
case 'integer':
|
||||
|
Loading…
x
Reference in New Issue
Block a user