forked from 0x2620/pandora
config: clipView -> editView, editPoints -> edit, textPositions -> texts
This commit is contained in:
parent
65462b2264
commit
5ac36a30e8
4 changed files with 12 additions and 12 deletions
|
@ -778,7 +778,6 @@
|
|||
"calendarSelection": "",
|
||||
"clipColumns": 2,
|
||||
"clipSort": [{"key": "index", "operator": "+"}],
|
||||
"clipView": "list",
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "director", "country", "year", "hue", "saturation", "brightness"],
|
||||
|
@ -786,7 +785,8 @@
|
|||
}
|
||||
},
|
||||
"edit": "",
|
||||
"editPoints": {},
|
||||
"edits": {},
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
@ -865,7 +865,7 @@
|
|||
"showTimeline": true,
|
||||
"sidebarSize": 256,
|
||||
"text": "",
|
||||
"textPositions": {},
|
||||
"texts": {},
|
||||
"theme": "oxdark",
|
||||
"updateAdvancedFindResults": false,
|
||||
"videoLoop": false,
|
||||
|
|
|
@ -783,7 +783,6 @@
|
|||
"calendarSelection": "",
|
||||
"clipColumns": 2,
|
||||
"clipSort": [{"key": "index", "operator": "+"}],
|
||||
"clipView": "list",
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "director", "country", "year", "hue", "saturation", "brightness"],
|
||||
|
@ -791,7 +790,8 @@
|
|||
}
|
||||
},
|
||||
"edit": "",
|
||||
"editPoints": {},
|
||||
"edits": {},
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
@ -870,7 +870,7 @@
|
|||
"showTimeline": true,
|
||||
"sidebarSize": 256,
|
||||
"text": "",
|
||||
"textPositions": {},
|
||||
"texts": {},
|
||||
"theme": "oxmedium",
|
||||
"updateAdvancedFindResults": false,
|
||||
"videoLoop": false,
|
||||
|
|
|
@ -660,7 +660,6 @@
|
|||
"calendarSelection": "",
|
||||
"clipColumns": 2,
|
||||
"clipSort": [{"key": "index", "operator": "+"}],
|
||||
"clipView": "list",
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "source", "project", "language", "hue", "saturation", "brightness"],
|
||||
|
@ -668,7 +667,8 @@
|
|||
}
|
||||
},
|
||||
"edit": "",
|
||||
"editPoints": {},
|
||||
"edits": {},
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
|
||||
|
@ -751,7 +751,7 @@
|
|||
"showTimeline": true,
|
||||
"sidebarSize": 256,
|
||||
"text": "",
|
||||
"textPositions": {},
|
||||
"texts": {},
|
||||
"theme": "oxlight",
|
||||
"updateAdvancedFindResults": false,
|
||||
"videoLoop": false,
|
||||
|
|
|
@ -579,7 +579,6 @@
|
|||
"calendarSelection": "",
|
||||
"clipColumns": 2,
|
||||
"clipSort": [{"key": "index", "operator": "+"}],
|
||||
"clipView": "list",
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "director", "language", "hue", "saturation", "brightness"],
|
||||
|
@ -587,7 +586,8 @@
|
|||
}
|
||||
},
|
||||
"edit": "",
|
||||
"editPoints": {},
|
||||
"edits": {},
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
@ -668,7 +668,7 @@
|
|||
"showTimeline": true,
|
||||
"sidebarSize": 256,
|
||||
"text": "",
|
||||
"textPositions": {},
|
||||
"texts": {},
|
||||
"theme": "oxmedium",
|
||||
"updateAdvancedFindResults": false,
|
||||
"videoLoop": false,
|
||||
|
|
Loading…
Reference in a new issue