diff --git a/platform/features/my-items/bundle.js b/platform/features/my-items/bundle.js index 42b66ad3b4..453c655c07 100644 --- a/platform/features/my-items/bundle.js +++ b/platform/features/my-items/bundle.js @@ -31,12 +31,18 @@ define([ "description": "Defines a root named My Items", "extensions": { "roots": [ + { + "id": "mine", + } + ], + "models": [ { "id": "mine", "model": { "name": "My Items", "type": "folder", - "composition": [] + "composition": [], + "location": "ROOT" } } ]