Skip to content

Commit

Permalink
Remove time picker from joined_at date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Feb 29, 2024
1 parent 1ba5890 commit b4e28a7
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", date_format: "YYYY-MM-DD", time_format: "", required: true}
- {label: "Joined at", name: "joined_at", widget: "datetime", date_format: "YYYY-MM-DD", 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 b4e28a7

Please sign in to comment.