GUACAMOLE-2003: Missing clipboard UI options for Kubernetes.

This commit is contained in:
eugen-keeper
2024-12-04 15:31:53 +00:00
parent b3e21b7c70
commit 54fdd3bf56
12 changed files with 49 additions and 0 deletions

View File

@@ -96,6 +96,22 @@
]
},
{
"name" : "clipboard",
"fields" : [
{
"name" : "disable-copy",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "disable-paste",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
{
"name" : "behavior",
"fields" : [