From d04269ccc10201921ba01e1e91218cf24ccecd6b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 13 Feb 2014 05:59:23 +0000 Subject: [PATCH] add item Documents view to pad.ma config --- pandora/config.padma.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 63a33c14..3853f8ca 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -508,13 +508,13 @@ "itemRequiresVideo": true, "itemViews": [ {"id": "info", "title": "Info"}, - //{"id": "documents", "title": "Documents"}, {"id": "player", "title": "Player"}, {"id": "editor", "title": "Editor"}, {"id": "timeline", "title": "Timeline"}, {"id": "clips", "title": "Clips"}, {"id": "map", "title": "Map"}, {"id": "calendar", "title": "Calendar"}, + {"id": "documents", "title": "Documents"}, {"id": "data", "title": "Data"}, {"id": "media", "title": "Media"} ],