Add 'copyToClipboard' property to various fields and update cache timestamps
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user