Add 'copyToClipboard' property to various fields and update cache timestamps
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"pattern": "$noBadCharacters"
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
"type": "text",
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
@@ -70,7 +71,8 @@
|
||||
"maxLength": 64,
|
||||
"readOnlyAfterCreate": true,
|
||||
"options": [],
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"betnr": {
|
||||
"type": "int",
|
||||
|
||||
Reference in New Issue
Block a user