Add 'copyToClipboard' property to various fields and update cache timestamps

This commit is contained in:
2026-01-23 21:31:16 +01:00
parent d675d9fcb1
commit a5f1437131
8 changed files with 56 additions and 29 deletions

View File

@@ -2,7 +2,8 @@
"fields": {
"name": {
"type": "personName",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"salutationName": {
"type": "enum",
@@ -42,23 +43,27 @@
"required": false,
"maxLength": 255,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"firstName": {
"type": "varchar",
"maxLength": 100
"maxLength": 100,
"copyToClipboard": true
},
"lastName": {
"type": "varchar",
"maxLength": 100,
"required": true
"required": true,
"copyToClipboard": true
},
"description": {
"type": "text"
},
"emailAddress": {
"type": "email",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"phoneNumber": {
"type": "phone",
@@ -70,7 +75,8 @@
"Other"
],
"defaultType": "Mobile",
"isPersonalData": true
"isPersonalData": true,
"copyToClipboard": true
},
"createdAt": {
"type": "datetime",
@@ -140,7 +146,8 @@
"required": false,
"maxLength": 50,
"tooltip": true,
"isCustom": true
"isCustom": true,
"copyToClipboard": true
},
"handelsregisterArt": {
"type": "enum",