1
0

Change date field in CV schema to unformatted text

This commit is contained in:
mx 2025-03-20 08:32:32 +01:00
parent abaff2ae9a
commit c9fb26ad9a

@ -392,35 +392,34 @@
}, },
"value": [ "value": [
{ {
"type": "date", "type": "text",
"default": null, "default": null,
"icon": "calendar", "icon": "text-input",
"key": "date", "key": "date",
"label": "date", "label": "date",
"options": { "options": {
"outputFormat": "iso", "wrapping": true,
"removable": true, "multiline": false
"showTime": false,
"defaultToNow": false,
"useAsUpdatedAt": false,
"only": null
}, },
"tab": "Experience", "tab": "Experience",
"validation": { "validation": {
"enforceMinMax": true,
"max": null, "max": null,
"min": null, "min": null,
"regex": null,
"regexError": null,
"required": false, "required": false,
"unit": "date", "unit": "length"
"isString": true
}, },
"value": null, "value": null,
"version": 2, "version": 1,
"visibility": { "visibility": {
"hidden": false, "hidden": false,
"showByValue": { "showByValue": {
"field": null "field": null
} }
} },
"localised": false
} }
], ],
"version": 1, "version": 1,