Add editor support.

This commit is contained in:
Dermot Duffy
2021-11-26 10:04:59 -08:00
parent 862838b82b
commit 7aa3259c66
3 changed files with 153 additions and 0 deletions
+20
View File
@@ -42,6 +42,15 @@
"chevrons": "Chevrons",
"none": "None"
}
},
"thumbnails": {
"mode": "Event Viewer thumbnails mode",
"size": "Event Viewer thumbnails size (e.g. '100px')",
"modes": {
"below": "Thumbnails below the media",
"above": "Thumbnails above the media",
"none": "No thumbnails"
}
}
}
},
@@ -56,6 +65,17 @@
"webrtc": {
"entity": "WebRTC Camera Entity (Not a Frigate camera)",
"url": "WebRTC Camera URL"
},
"controls": {
"thumbnails": {
"mode": "Live thumbnails mode",
"size": "Live thumbnails size (e.g. '100px')",
"media": "Whether to show thumbnails of clips or snapshots",
"medias": {
"clips": "Clip thumbnails",
"snapshots": "Snapshot thumbnails"
}
}
}
},
"image": {