Skip to content

Commit

Permalink
Fix config for datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
wutali committed Aug 7, 2020
1 parent 71a98ec commit 518a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ collections:
- label: "Publish Date"
name: "date"
widget: "datetime"
format: '"YYYY-MM-DD"'
format: "'YYYY-MM-DD'"
dateFormat: "YYYY-MM-DD"
timeFormat: false
- label: Category
Expand Down

0 comments on commit 518a94c

Please sign in to comment.