Add time_window, time_offset and advanced settings and cleanup css files. (#8093)

This commit is contained in:
Nicolo Maio 2023-12-21 13:04:41 +01:00
parent fb72ec3969
commit e362e48876
6 changed files with 206 additions and 63 deletions

View file

@ -1801,6 +1801,9 @@ local known_parameters = {
["component_title"] = validateUnquoted,
["component_width"] = validateNumber,
["component_height"] = validateNumber,
["component_time_offset"] = validateSingleWord,
["component_time_window"] = validateSingleWord,
["component_params"] = {jsonCleanup, validateJSON},
["components"] = validateColumnsIds, -- Comma separated list of component ids
["system_interface"] = validateBool,