From 510af0f8dd2b707a9ba2cfa78946d7d7e05e1fc3 Mon Sep 17 00:00:00 2001 From: Leask Wong Date: Sun, 3 Jan 2021 22:14:57 -0500 Subject: [PATCH] fixed a bug cause singleLine rendering failed --- src/schemas/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/config.json b/src/schemas/config.json index 0918dcc..10fc74a 100644 --- a/src/schemas/config.json +++ b/src/schemas/config.json @@ -14,6 +14,9 @@ }, "drawHorizontalLine": { "typeof": "function" + }, + "singleLine": { + "typeof": "boolean" } }, "additionalProperties": false