1
0

Update CV schema

This commit is contained in:
mx 2025-03-19 16:50:37 +01:00
parent 0bab402211
commit 57129cd505

@ -31,44 +31,14 @@
}
},
{
"type": "text",
"type": "rich text",
"default": null,
"icon": "text-input",
"icon": "text",
"key": "summary",
"label": "Summary",
"localised": true,
"options": {
"wrapping": true,
"multiline": false
},
"tab": "Header",
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": false,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
},
{
"type": "rich text",
"default": null,
"icon": "text",
"key": "email",
"label": "Email",
"localised": false,
"options": {
"outputFormat": "html",
"outputFormat": "markdown",
"blockFormats": [
"blockquote",
"heading",
@ -80,7 +50,9 @@
"inlineFormats": [
"em",
"strong",
"link"
"link",
"strike",
"br"
],
"formatOptions": [
"allowQuoteFooters",
@ -130,6 +102,36 @@
}
}
},
{
"type": "text",
"default": null,
"icon": "text-input",
"key": "email",
"label": "Email",
"localised": false,
"options": {
"wrapping": true,
"multiline": false
},
"tab": "Header",
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": false,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
},
{
"type": "text",
"default": null,