diff --git a/public/game-server-config.schema.json b/public/game-server-config.schema.json index 5727734..6d37652 100644 --- a/public/game-server-config.schema.json +++ b/public/game-server-config.schema.json @@ -204,6 +204,7 @@ "title": "givenPortOnly", "description": "Only attempt to query server on given port.", "type": "boolean", + "format": "checkbox", "options": { "grid_columns": 3 } @@ -212,6 +213,7 @@ "title": "requestRules (Valve)", "description": "Additional server info may be fetched into the raw field.", "type": "boolean", + "format": "checkbox", "options": { "grid_columns": 3 }