commit
d640871ecf
|
@ -40,10 +40,10 @@ export const FIELDS = {
|
||||||
DATETIME: {
|
DATETIME: {
|
||||||
name: "Date/Time",
|
name: "Date/Time",
|
||||||
icon: "ri-calendar-event-fill",
|
icon: "ri-calendar-event-fill",
|
||||||
type: "datetime",
|
type: "string",
|
||||||
constraints: {
|
constraints: {
|
||||||
type: "date",
|
type: "string",
|
||||||
datetime: {},
|
length: {},
|
||||||
presence: false,
|
presence: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -119,10 +119,10 @@ export const BLOCKS = {
|
||||||
END_DATE: {
|
END_DATE: {
|
||||||
name: "End Date",
|
name: "End Date",
|
||||||
icon: "ri-calendar-event-fill",
|
icon: "ri-calendar-event-fill",
|
||||||
type: "datetime",
|
type: "string",
|
||||||
constraints: {
|
constraints: {
|
||||||
type: "date",
|
type: "string",
|
||||||
datetime: {},
|
length: {},
|
||||||
presence: false,
|
presence: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue