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

@@ -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",