diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index f6d510d4..f66ca2aa 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -784,6 +784,9 @@ "documentsView": "grid", "edit": "", "edits": {}, + "editSelection": [], + "editSort": [{"key": "index", "operator": "+"}], + "editView": "list", "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index c4701230..f624647c 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -800,6 +800,9 @@ "documentsView": "grid", "edit": "", "edits": {}, + "editSelection": [], + "editSort": [{"key": "index", "operator": "+"}], + "editView": "list", "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 9604fcbf..d0c0d8c3 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -673,6 +673,9 @@ "documentsView": "grid", "edit": "", "edits": {}, + "editSelection": [], + "editSort": [{"key": "index", "operator": "+"}], + "editView": "list", "embedSize": 256, "filters": [ {"id": "source", "sort": [{"key": "name", "operator": "+"}]}, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 5b2082d6..59c68385 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -593,6 +593,9 @@ "documentsView": "grid", "edit": "", "edits": {}, + "editSelection": [], + "editSort": [{"key": "index", "operator": "+"}], + "editView": "list", "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]},