diff --git a/bundles.json b/bundles.json index 04515b1897..336aba67b8 100644 --- a/bundles.json +++ b/bundles.json @@ -6,11 +6,13 @@ "platform/commonUI/browse", "platform/commonUI/edit", "platform/commonUI/dialog", + "platform/commonUI/inspect", "platform/commonUI/general", "platform/containment", "platform/telemetry", "platform/features/layout", "platform/features/pages", + "platform/features/plot", "platform/features/scrolling", "platform/forms", diff --git a/platform/commonUI/inspect/bundle.json b/platform/commonUI/inspect/bundle.json new file mode 100644 index 0000000000..16f2bdf89c --- /dev/null +++ b/platform/commonUI/inspect/bundle.json @@ -0,0 +1,21 @@ +{ + "extensions": { + "types": [ + { + "key": "infobubble", + "name": "Info Bubble", + "glyph": "\u00EA", + "description": "Static markup for info bubbles", + "features": [ "creation" ] + } + ], + "views": [ + { + "templateUrl": "infobubble.html", + "name": "Info Bubble", + "type": "infobubble", + "key": "infobubble" + } + ] + } +} \ No newline at end of file diff --git a/platform/commonUI/inspect/res/infobubble.html b/platform/commonUI/inspect/res/infobubble.html new file mode 100644 index 0000000000..653ccedbcf --- /dev/null +++ b/platform/commonUI/inspect/res/infobubble.html @@ -0,0 +1,5 @@ +