{
  "name": "crn-anchor",
  "text_pt_BR": "Link",
  "text_en_US": "Link",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-anchor.svg",
  "description": "Texto vínculado a uma URL",
  "description_en_US": "Text linked to a URL",
  "category": [
    "BUTTONS"
  ],
  "wrapper": false,
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/anchor.template.html",
  "properties": {
    "id": {
      "order": 4
    },
    "class": {
      "order": 9999
    },
    "content": {
      "displayName_pt_BR": "Título",
      "displayName_en_US": "Title",
      "order": 2
    },
    "href": {
      "removable": false,
      "type": "projectResource",
      "resourceType": "text/html",
      "extraOptions": {
        "underViewsFolder": true
      },
      "order": 1
    },
    "xattr-fullsize": {
      "displayName_pt_BR": "Tamanho",
      "displayName_en_US": "Size",
      "order": 3
    },
    "ng-click": {
      "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"
    }
  },
  "attributesForPreview": [
    {
      "name": "xattr-fullsize",
      "type": "options",
      "target": "style",
      "values": [
        {
          "key": "display:block;",
          "value_pt_BR": "Largura completa",
          "value_en_US": "Full width"
        },
        {
          "key": "display:inline;",
          "value_pt_BR": "Compacto",
          "value_en_US": "Compact"
        }
      ]
    }
  ],
  "childrenProperties": [
    {
      "name": "ng-mouseover",
      "selector": "a",
      "type": "event"
    }
  ]
}