Skip to content

Commit

Permalink
changed datetime type on Example with default item (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiumelli authored Aug 3, 2023
1 parent 6550832 commit 76dbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/reference/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export default defineConfig({
{
label: 'Date',
name: 'date',
type: 'date',
type: 'datetime',
},
],
},
Expand Down

1 comment on commit 76dbe12

@vercel
Copy link

@vercel vercel bot commented on 76dbe12 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-tinacms.vercel.app
tina-io-git-master-tinacms.vercel.app
tina.io

Please sign in to comment.