Skip to content

Commit

Permalink
feat: add date-time type on widgets (#960)
Browse files Browse the repository at this point in the history
* feat: add date-time widget type

* fix: adds changes to widget typing
  • Loading branch information
yuriassuncx authored Nov 21, 2024
1 parent 203c017 commit b915f92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions admin/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ export type SiteRoute = string;
*/
export type MapWidget = string;

/**
* @format date
*/
export type DateWidget = string;

/**
* @format date-time
*/
export type DateTimeWidget = string;

/**
* @format textarea
*/
Expand Down

0 comments on commit b915f92

Please sign in to comment.