From e4157e5ce938e1ad21706ccbb6cbe3e5f11a7477 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 4 Oct 2025 13:48:38 +0300 Subject: [PATCH] copy to clipboard secret name --- application/Espo/Resources/metadata/entityDefs/AppSecret.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/AppSecret.json b/application/Espo/Resources/metadata/entityDefs/AppSecret.json index e57899d326..0a34d598a8 100644 --- a/application/Espo/Resources/metadata/entityDefs/AppSecret.json +++ b/application/Espo/Resources/metadata/entityDefs/AppSecret.json @@ -6,7 +6,8 @@ "required": true, "pattern": "[a-zA-Z]{1}[a-zA-Z0-9_]+", "index": true, - "tooltip": true + "tooltip": true, + "copyToClipboard": true }, "value": { "type": "text",