diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 9e16b3ec..2b45912d 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -774,6 +774,9 @@ "columnWidth": {} } }, + "documentSize": 256, + "documentsSort": [{"key": "index", "operator": "+"}], + "documentsView": "grid", "edit": "", "edits": {}, "embedSize": 256, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 04ca4e6f..40e605e0 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -790,6 +790,9 @@ "columnWidth": {} } }, + "documentSize": 256, + "documentsSort": [{"key": "index", "operator": "+"}], + "documentsView": "grid", "edit": "", "edits": {}, "embedSize": 256, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index dd57d4ca..e7b91c28 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -663,6 +663,9 @@ "columnWidth": {} } }, + "documentSize": 256, + "documentsSort": [{"key": "index", "operator": "+"}], + "documentsView": "grid", "edit": "", "edits": {}, "embedSize": 256, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 2db293d8..935abf5b 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -583,6 +583,9 @@ "columnWidth": {} } }, + "documentSize": 256, + "documentsSort": [{"key": "index", "operator": "+"}], + "documentsView": "grid", "edit": "", "edits": {}, "embedSize": 256,