Skip to content

Commit

Permalink
Fix datetime picker for joined at in the partners collection
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Feb 29, 2024
1 parent 2b19014 commit 42e8aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ collections:
- {label: "Name", name: "name", widget: "string", required: true}
- {label: "URL", name: "url", widget: "string", required: true}
- {label: "Image", name: "image", widget: "image", required: true}
- {label: "Joined at", name: "joined_at", widget: "datetime", format: "L", date_format: "YYYY-MM-DD", time_format: "", required: true}
- {label: "Joined at", name: "joined_at", widget: "datetime", date_format: "YYYY-MM-DD", time_format: "", required: true}
- {label: "Type", name: "type", widget: "select", options: ["public", "provider", "technology"], required: false}
- name: "Installation (usedby)"
label: "Installation"
Expand Down

0 comments on commit 42e8aa2

Please sign in to comment.