{
  "name": "crn-tabs-icon-only-item",
  "text_pt_BR": "Item de aba com ícone",
  "text_en_US": "Tab item with icon",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-tabs-icon-only.svg",
  "wrapper": false,
  "autoWrapper": true,
  "pallete": false,
  "template": "<a class=\"tab-item\" title=\"New tabs\" data-component=\"crn-tabs-icon-only-item\" contenttitle=\"\" href=\"\"><i class=\"icon ion-gear-a\"></i><span>New tabs</span></a>",
  "controls": {
    "ungroup": false,
    "resizable": false,
    "additive": false,
    "duplicable": true,
    "pluggable": false,
    "removable": true
  },
  "properties": {
    "href": {
      "removable": false,
      "type": "projectResource",
      "resourceType": "text/html",
      "extraOptions": {
        "underViewsFolder": true
      },
      "order": 1
    },
    "title": {
      "displayName_pt_BR": "Valor alternativo",
      "displayName_en_US": "Placeholder",
      "order": 2
    },
    "id": {
      "order": 4
    },
    "ng-click": {
      "removable": false,
      "type": "event"
    },
    "on-hold": {
      "removable": false,
      "type": "event"
    },
    "on-double-tap": {
      "removable": false,
      "type": "event"
    },
    "on-tap": {
      "removable": false,
      "type": "event"
    },
    "on-swipe": {
      "removable": false,
      "type": "event"
    },
    "on-drag": {
      "removable": false,
      "type": "event"
    }
  },
  "childrenProperties": [
    {
      "name": "class",
      "displayName_pt_BR": "Ícone",
      "displayName_en_US": "Icon",
      "selector": "i",
      "type": "icon",
      "order": 1
    },
    {
      "name": "title",      
      "selector": "a",
      "type": "text",
      "order": 2
    },
    {
      "name": "content",
      "displayName_pt_BR": "Título",
      "displayName_en_US": "Title",
      "selector": "span",
      "type": "text",
      "order": 3
    }
  ]
}