add embedSize user ui key
This commit is contained in:
parent
dc37e4d728
commit
95d4e2ed09
4 changed files with 4 additions and 0 deletions
|
@ -702,6 +702,7 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "country", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
|
@ -700,6 +700,7 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "year", "sort": [{"key": "name", "operator": "+"}]},
|
||||
|
|
|
@ -619,6 +619,7 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "project", "sort": [{"key": "name", "operator": "+"}]},
|
||||
|
|
|
@ -539,6 +539,7 @@
|
|||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "country", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
Loading…
Reference in a new issue