Merge pull request #8125 from NicoMaio/update-dashboard-with-component-edit

Update the dashboard with the editing component feature. (#8093)
This commit is contained in:
Alfredo Cardigliano 2023-12-22 10:07:25 +01:00 committed by GitHub
commit eaf2a1f769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 444 additions and 2 deletions

View file

@ -1798,6 +1798,12 @@ local known_parameters = {
["template"] = validateSingleWord, -- Currently selected template
["template_name"] = validateUnquoted,
["component"] = validateSingleWord,
["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,