Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 46aee3c

Browse files
authored
Revert date test
1 parent 84d12fe commit 46aee3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/admin/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ backend:
77
# repo: surjithctly/eleventy-starter
88
media_folder: "src/static/img"
99
public_folder: "/static/img"
10-
locale: fr
1110

1211
# Please run "npx @staticcms/proxy-server" for local backend
1312
local_backend: true
@@ -23,7 +22,7 @@ collections:
2322
- { label: "Title", name: "title", widget: "string" }
2423
- { label: "Description", name: "description", widget: "string" }
2524
- { label: "Author", name: "author", widget: "string" }
26-
- { label: "Publish Date", name: "date", widget: "datetime", format: 'YYYY-MM-dd' }
25+
- { label: "Publish Date", name: "date", widget: "datetime" }
2726
- { label: "Body", name: "body", widget: "markdown" }
2827
- widget: select
2928
label: "tags"

0 commit comments

Comments
 (0)