Fix alert.macros.rule (#15172)

* Add alert.macros.rule config_definitions.json

* Update config_definitions.json

* add validation
This commit is contained in:
Justin Lentz
2023-07-31 22:26:47 -05:00
committed by GitHub
parent 90b16bab81
commit f72656249f
+7
View File
@@ -27,6 +27,13 @@
"order": 2,
"type": "boolean"
},
"alert.macros.rule": {
"type": "array",
"validate": {
"value": "array",
"value.*": "string"
}
},
"alert_colour.ok": {
"default": "#00ff00",
"type": "color"