Provisioning: Allow disabling of image rendering instance wide (#111359)

This commit is contained in:
Stephanie Hingtgen
2025-09-19 03:40:14 -06:00
committed by GitHub
parent 19be779274
commit 15ee224da5
13 changed files with 113 additions and 47 deletions
@@ -4349,9 +4349,15 @@
"description": "Summary shows a view of the configuration that is sanitized and is OK for logged in users to see",
"type": "object",
"required": [
"allowImageRendering",
"items"
],
"properties": {
"allowImageRendering": {
"description": "Whether image rendering is allowed for dashboard previews",
"type": "boolean",
"default": false
},
"allowedTargets": {
"description": "The valid targets (can disable instance or folder types)",
"type": "array",