1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +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.OPTIONS),
...findFieldTypes(FieldType.ARRAY),
...findFieldTypes(FieldType.DATETIME),
...findFieldTypes(FieldType.NUMBER),
]
const longFields = findFieldTypes(FieldType.LONGFORM)