{
  "name": "crn-card",
  "text_pt_BR": "Cartão",
  "text_en_US": "Card",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list-item-thumbnail.svg",
  "description": "Estrutura com avatar, título e subtítulo",
  "description_en_US": "Structure with avatar, title and subtitle",
  "category": [
    "LISTS"
  ],
  "wrapper": false,
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/card.template.html",
  "properties": {
    "id": {
      "order": 2
    },
    "class": {
      "order": 9999
    }
  },
  "childrenProperties": [
    {
      "name": "src",
      "selector": "div > img",
      "type": "projectResource",
      "resourceType": "image/jpeg,image/gif,image/png",
      "displayName_pt_BR": "Imagem do avatar",
      "displayName_en_US": "Avatar image",
      "order": 1
    },
    {
      "name": "content",
      "displayName_pt_BR": "Título",
      "displayName_en_US": "Title",
      "selector": "div > h2",
      "type": "content",
      "order": 1
    },
    {
      "name": "content",
      "displayName_pt_BR": "Descrição",
      "displayName_en_US": "Description",
      "selector": "div > p",
      "type": "content",
      "order": 1
    },
    {
      "name": "ng-click",
      "selector": "div",
      "type": "event"
    },
    {
      "name": "on-tap",
      "selector": "div",
      "type": "event"
    },
    {
      "name": "on-double-tap",
      "selector": "div",
      "type": "event"
    },
    {
      "name": "on-hold",
      "selector": "div",
      "type": "event"
    },
    {
      "name": "on-drag",
      "selector": "div",
      "type": "event"
    },
    {
      "name": "on-swipe",
      "selector": "div",
      "type": "event"
    }
  ],
  "styles": [
    {
      "selector": "div#{id} div",
      "text_pt_BR": "Plano de fundo",
      "text_en_US": "Background"
    },
    {
      "selector": "div#{id} h2",
      "text_pt_BR": "Título",
      "text_en_US": "Title"
    },
    {
      "selector": "div#{id} p",
      "text_pt_BR": "Descrição",
      "text_en_US": "Description"
    }
  ]
}