Make filter mode configurable.

This commit is contained in:
Dermot Duffy
2023-01-29 14:26:49 -08:00
parent 17c4a5a85f
commit 0caf64ba82
9 changed files with 142 additions and 26 deletions
+9
View File
@@ -79,6 +79,15 @@
"window_seconds": "The default length of the timeline view in seconds"
},
"controls": {
"filter": {
"editor_label": "Media Filter",
"mode": "Filter mode",
"modes": {
"none": "No media filter",
"left": "Media filter in a drawer to the left",
"right": "Media filter in a drawer to the right"
}
},
"next_previous": {
"editor_label": "Next & Previous",
"size": "Next & previous control size in pixels",