diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 681e59eb1..cfbc1a4cf 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -340,6 +340,12 @@ "format": {"type": "ColorPercent", "args": [1, true]}, "sort": true }, + { + "id": "notes", + "title": "Notes", + "type": "text", + "capability": "canEditMetadata" + }, { "id": "id", "title": "ID", diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 435093e3e..cfa776e9b 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -370,6 +370,12 @@ "columnWidth": 90, "sort": true }, + { + "id": "notes", + "title": "Notes", + "type": "text", + "capability": "canEditMetadata" + }, { "id": "subtitles", "title": "Subtitles", @@ -772,8 +778,8 @@ "showIconBrowser": false, "showInfo": true, "showLayers": { - "privatenotes": true, - "publicnotes": true, + "keywords": true, + "notes": true, "subtitles": true }, "showMapControls": false, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 6319f2255..ccdf34f70 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -228,6 +228,12 @@ "type": "text", "find": true }, + { + "id": "notes", + "title": "Notes", + "type": "text", + "capability": "canEditMetadata" + }, { "id": "id", "title": "ID", diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 619a74f83..25513c621 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -187,6 +187,12 @@ "type": "text", "find": true }, + { + "id": "notes", + "title": "Notes", + "type": "text", + "capability": "canEditMetadata" + }, { "id": "id", "title": "ID",