1
0
Fork 0
mirror of synced 2024-09-03 19:21:11 +12:00

Comment out date field

This commit is contained in:
cmack 2020-08-20 15:05:57 +01:00
parent 0ee4058d6c
commit af67f6acd1

View file

@ -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",