1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00

Remove dates from card block autofill because the timestamps don't look nice

This commit is contained in:
Andrew Kingston 2024-04-19 11:48:26 +01:00
parent 1ede3b34d4
commit ebbd0a87d4

View file

@ -340,7 +340,6 @@ export class ComponentStore extends BudiStore {
...findFieldTypes(FieldType.STRING), ...findFieldTypes(FieldType.STRING),
...findFieldTypes(FieldType.OPTIONS), ...findFieldTypes(FieldType.OPTIONS),
...findFieldTypes(FieldType.ARRAY), ...findFieldTypes(FieldType.ARRAY),
...findFieldTypes(FieldType.DATETIME),
...findFieldTypes(FieldType.NUMBER), ...findFieldTypes(FieldType.NUMBER),
] ]
const longFields = findFieldTypes(FieldType.LONGFORM) const longFields = findFieldTypes(FieldType.LONGFORM)