[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:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user