CustomVariable: support values with multiple properties (json values format) (#113844)

* update Scenes libraries

---------

Co-authored-by: idastambuk <ida.stambuk@grafana.com>
This commit is contained in:
Marc M.
2026-01-07 11:01:03 +01:00
committed by GitHub
co-authored by idastambuk
parent 05681efee3
commit be734e970e
48 changed files with 1480 additions and 450 deletions
@@ -1786,6 +1786,13 @@
"skipUrlSync": {
"type": "boolean",
"default": false
},
"valuesFormat": {
"enum": [
"csv",
"json"
],
"type": "string"
}
},
"additionalProperties": false
@@ -1801,6 +1801,13 @@
"skipUrlSync": {
"type": "boolean",
"default": false
},
"valuesFormat": {
"type": "string",
"enum": [
"csv",
"json"
]
}
},
"additionalProperties": false