Comment out date field
This commit is contained in:
parent
3b7d07834d
commit
abf8e3c552
|
@ -40,21 +40,21 @@ export const FIELDS = {
|
||||||
// presence: { allowEmpty: true },
|
// presence: { allowEmpty: true },
|
||||||
// },
|
// },
|
||||||
// },
|
// },
|
||||||
DATETIME: {
|
// DATETIME: {
|
||||||
name: "Date/Time",
|
// name: "Date/Time",
|
||||||
icon: "ri-calendar-event-fill",
|
// icon: "ri-calendar-event-fill",
|
||||||
type: "string",
|
// type: "string",
|
||||||
value: "datetime",
|
// value: "datetime",
|
||||||
constraints: {
|
// constraints: {
|
||||||
type: "string",
|
// type: "string",
|
||||||
length: {},
|
// length: {},
|
||||||
presence: { allowEmpty: true },
|
// presence: { allowEmpty: true },
|
||||||
datetime: {
|
// datetime: {
|
||||||
latest: "",
|
// latest: "",
|
||||||
earliest: "",
|
// earliest: "",
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
// IMAGE: {
|
// IMAGE: {
|
||||||
// name: "File",
|
// name: "File",
|
||||||
// icon: "ri-image-line",
|
// icon: "ri-image-line",
|
||||||
|
|
Loading…
Reference in New Issue