Fix typos in config-schema.json

This commit is contained in:
Mathieu Bélanger
2025-03-19 19:40:21 -04:00
committed by Bastien Wirtz
parent 76e6c70696
commit 37716c8d42

View File

@@ -70,10 +70,10 @@
"properties": { "properties": {
"layout": { "layout": {
"enum": [ "enum": [
"colums", "columns",
"list" "list"
], ],
"description": "Layout of the dashboard, either 'column' or 'list'" "description": "Layout of the dashboard, either 'columns' or 'list'"
}, },
"colorTheme": { "colorTheme": {
"enum": [ "enum": [