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