diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index aec8ef65f5..7b918b3c26 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -2,6 +2,21 @@ "name": "Layout components.", "description": "Plug in adding Layout capabiltiies.", "extensions": { + "views": [ + { + "key": "layout", + "name": "Layout", + "glyph": "L", + "type": "layout", + "templateUrl": "templates/layout.html" + } + ], + "representations": [ + { + "key": "frame", + "templateUrl": "templates/frame.html" + } + ], "types": [ { "key": "layout", diff --git a/platform/features/layout/res/templates/frame.html b/platform/features/layout/res/templates/frame.html new file mode 100644 index 0000000000..8140c3e1d0 --- /dev/null +++ b/platform/features/layout/res/templates/frame.html @@ -0,0 +1,20 @@ +