From f61eb143e7dc42de5d56b4bee2691ee541645a83 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen <victor.woeltjen@nasa.gov> Date: Fri, 5 Dec 2014 09:12:35 -0800 Subject: [PATCH] [Layout] Restrict Items view to folders Restrict the Items view to folders, such that it does not show for Layouts (and, more broadly, for any non-folders.) WTD-535. --- platform/commonUI/browse/bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index 155b802fc7..d2ed144e2a 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -107,7 +107,8 @@ "description": "Grid of available items.", "templateUrl": "templates/items/items.html", "uses": [ "composition" ], - "gestures": [ "drop" ] + "gestures": [ "drop" ], + "type": "folder" } ], "components": [