add timestamp type
This commit is contained in:
parent
ea0a2e0f11
commit
0a3b86e9ca
@ -22,6 +22,8 @@ function get_type (short) {
|
|||||||
return 'boolean';
|
return 'boolean';
|
||||||
case '🖹':
|
case '🖹':
|
||||||
return 'text';
|
return 'text';
|
||||||
|
case '🕓':
|
||||||
|
return 'timestamp';
|
||||||
default:
|
default:
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user