[Info Bubble] Remove placeholder type/view

Remove Info Bubble as a type and view, which had been present
for purposes of example during development. WTD-884.
This commit is contained in:
Victor Woeltjen 2015-05-22 13:27:04 -07:00
parent 69dce9f88d
commit 219a6086d8

View File

@ -1,22 +1,5 @@
{
"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"
}
],
"templates": [
{
"key": "info-table",