mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-11-02 19:35:55 +01:00
Fix typos in config-schema.json
This commit is contained in:
committed by
Bastien Wirtz
parent
76e6c70696
commit
37716c8d42
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user