[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.
This commit is contained in:
Victor Woeltjen
2014-12-05 09:12:35 -08:00
parent ffb9352da0
commit f61eb143e7

View File

@@ -107,7 +107,8 @@
"description": "Grid of available items.", "description": "Grid of available items.",
"templateUrl": "templates/items/items.html", "templateUrl": "templates/items/items.html",
"uses": [ "composition" ], "uses": [ "composition" ],
"gestures": [ "drop" ] "gestures": [ "drop" ],
"type": "folder"
} }
], ],
"components": [ "components": [