GUACAMOLE-478: Add parameter definition and translations for "normalize-clipboard".

This commit is contained in:
Michael Jumper
2021-12-25 00:48:25 -08:00
parent 5de1063302
commit b66c964848
2 changed files with 11 additions and 1 deletions

View File

@@ -169,6 +169,11 @@
{
"name" : "clipboard",
"fields" : [
{
"name" : "normalize-clipboard",
"type" : "ENUM",
"options" : [ "", "preserve", "unix", "windows" ]
},
{
"name" : "disable-copy",
"type" : "BOOLEAN",