diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index ebaf582e..7b299dbe 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -582,7 +582,7 @@ "id": "privatenotes", "title": "Private Notes", "canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true}, - "item": "Note", + "item": "Private Note", "overlap": true, "private": true, "showInfo": true, @@ -592,7 +592,7 @@ "id": "publicnotes", "title": "Public Notes", "canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true}, - "item": "Note", + "item": "Public Note", "overlap": true, "showInfo": true, "type": "text" diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 6d48fa19..08d1ca26 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -535,13 +535,9 @@ "listViews": [ {"id": "list", "title": "as List"}, {"id": "grid", "title": "as Grid"}, - //{"id": "info", "title": "with Info"}, {"id": "timelines", "title": "with Timelines"}, {"id": "clips", "title": "with Clips"}, - //{"id": "maps", "title": "with Maps"}, - //{"id": "calendars", "title": "with Calendars"}, {"id": "clip", "title": "as Clips"}, - //{"id": "video", "title": "as Video"}, {"id": "map", "title": "on Map"}, {"id": "calendar", "title": "on Calendar"} ], diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 2361703c..d69fab6d 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -432,7 +432,7 @@ "id": "privatenotes", "title": "Private Notes", "canAddAnnotations": {"member": true, "staff": true, "admin": true}, - "item": "Note", + "item": "Private Note", "overlap": true, "private": true, "showInfo": true, @@ -442,7 +442,7 @@ "id": "publicnotes", "title": "Public Notes", "canAddAnnotations": {"member": true, "staff": true, "admin": true}, - "item": "Note", + "item": "Public Note", "overlap": true, "showInfo": true, "type": "text" @@ -461,13 +461,9 @@ "listViews": [ {"id": "list", "title": "as List"}, {"id": "grid", "title": "as Grid"}, - //{"id": "info", "title": "with Info"}, {"id": "timelines", "title": "with Timelines"}, {"id": "clips", "title": "with Clips"}, - //{"id": "maps", "title": "with Maps"}, - //{"id": "calendars", "title": "with Calendars"}, {"id": "clip", "title": "as Clips"}, - //{"id": "video", "title": "as Video"}, {"id": "map", "title": "on Map"}, {"id": "calendar", "title": "on Calendar"} ],