mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-24 22:53:34 -04:00
misc: reorder props
This commit is contained in:
@@ -58,60 +58,6 @@
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"givenPortOnly": {
|
||||
"title": "givenPortOnly",
|
||||
"description": "Only attempt to query server on given port.",
|
||||
"type": "boolean",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"requestRules": {
|
||||
"title": "requestRules (Valve)",
|
||||
"description": "Additional server info may be fetched into the <code>raw</code> field.",
|
||||
"type": "boolean",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"teamspeakQueryPort": {
|
||||
"title": "teamspeakQueryPort (TeamSpeak 3)",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"format": "number",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"guildId": {
|
||||
"title": "guildId (Discord)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"title": "login (Nadeo)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"title": "password (Nadeo)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"token": {
|
||||
"title": "token (Terraria)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"discord": {
|
||||
"type": "array",
|
||||
"title": "Discord channels",
|
||||
@@ -181,6 +127,60 @@
|
||||
"options": {
|
||||
"grid_columns": 12
|
||||
}
|
||||
},
|
||||
"givenPortOnly": {
|
||||
"title": "givenPortOnly",
|
||||
"description": "Only attempt to query server on given port.",
|
||||
"type": "boolean",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"requestRules": {
|
||||
"title": "requestRules (Valve)",
|
||||
"description": "Additional server info may be fetched into the <code>raw</code> field.",
|
||||
"type": "boolean",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"teamspeakQueryPort": {
|
||||
"title": "teamspeakQueryPort (TeamSpeak 3)",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535,
|
||||
"format": "number",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"guildId": {
|
||||
"title": "guildId (Discord)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"title": "login (Nadeo)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"password": {
|
||||
"title": "password (Nadeo)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
},
|
||||
"token": {
|
||||
"title": "token (Terraria)",
|
||||
"type": "string",
|
||||
"options": {
|
||||
"grid_columns": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"format": "grid-strict",
|
||||
|
||||
Reference in New Issue
Block a user