GUACAMOLE-630: Add field type for terminal color schemes.

This commit is contained in:
Michael Jumper
2019-08-04 21:25:19 -07:00
parent d618bdcabf
commit cbc25aac6f
12 changed files with 1234 additions and 4 deletions

View File

@@ -68,7 +68,7 @@
"fields" : [
{
"name" : "color-scheme",
"type" : "TEXT",
"type" : "TERMINAL_COLOR_SCHEME",
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
},
{

View File

@@ -47,7 +47,7 @@
"fields" : [
{
"name" : "color-scheme",
"type" : "TEXT",
"type" : "TERMINAL_COLOR_SCHEME",
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
},
{

View File

@@ -51,7 +51,7 @@
"fields" : [
{
"name" : "color-scheme",
"type" : "TEXT",
"type" : "TERMINAL_COLOR_SCHEME",
"options" : [ "", "black-white", "gray-black", "green-black", "white-black" ]
},
{