mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-5: Add "read-only" parameter to all protocols.
This commit is contained in:
		| @@ -106,6 +106,11 @@ | ||||
|                     "name"    : "resize-method", | ||||
|                     "type"    : "ENUM", | ||||
|                     "options" : [ "", "reconnect", "display-update" ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
| @@ -280,5 +285,19 @@ | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ], | ||||
|     "sharingProfileForms" : [ | ||||
|  | ||||
|         { | ||||
|             "name"  : "display", | ||||
|             "fields" : [ | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ] | ||||
| } | ||||
|   | ||||
| @@ -54,6 +54,11 @@ | ||||
|                     "name"  : "font-size", | ||||
|                     "type"  : "ENUM", | ||||
|                     "options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
| @@ -117,5 +122,19 @@ | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ], | ||||
|     "sharingProfileForms" : [ | ||||
|  | ||||
|         { | ||||
|             "name"  : "display", | ||||
|             "fields" : [ | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ] | ||||
| } | ||||
| @@ -50,6 +50,11 @@ | ||||
|                     "name"  : "font-size", | ||||
|                     "type"  : "ENUM", | ||||
|                     "options" : [ "", "8", "9", "10", "11", "12", "14", "18", "24", "30", "36", "48", "60", "72", "96" ] | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
| @@ -92,5 +97,19 @@ | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ], | ||||
|     "sharingProfileForms" : [ | ||||
|  | ||||
|         { | ||||
|             "name"  : "display", | ||||
|             "fields" : [ | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ] | ||||
| } | ||||
|   | ||||
| @@ -150,5 +150,19 @@ | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ], | ||||
|     "sharingProfileForms" : [ | ||||
|  | ||||
|         { | ||||
|             "name"  : "display", | ||||
|             "fields" : [ | ||||
|                 { | ||||
|                     "name"    : "read-only", | ||||
|                     "type"    : "BOOLEAN", | ||||
|                     "options" : [ "true" ] | ||||
|                 } | ||||
|             ] | ||||
|         } | ||||
|  | ||||
|     ] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user