{
  "name": "crn-heading",
  "text_pt_BR": "Título",
  "text_en_US": "Title",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-text-component.svg",
  "description": "Texto com letra grande",
  "description_en_US": "Large font text",
  "category": [
    "TEXTS", "LAYOUTS"
  ],
  "wrapper": false,
  "template": "<h1 class=\"text-center h1\" xattr-position=\"text-center\" xattr-type=\"h1\">Title</h1>",
  "properties": {
    "id": {
      "order": 1
    },
    "class": {
      "order": 9999
    },
    "xattr-type": {
      "displayName_pt_BR": "Tamanho da letra",
      "displayName_en_US": "Font size",
      "order": 3
    },
    "xattr-position": {
      "displayName_pt_BR": "Posição do texto",
      "displayName_en_US": "Text position",
      "order": 4
    },
    "content": {
      "displayName_pt_BR": "Título",
      "displayName_en_US": "Title",
      "order": 2
    },
    "ng-click": {
      "removable": true,
      "type": "event"
    },
    "on-hold": {
      "removable": true,
      "type": "event"
    },
    "on-double-tap": {
      "removable": true,
      "type": "event"
    },
    "on-tap": {
      "removable": true,
      "type": "event"
    },
    "on-swipe": {
      "removable": true,
      "type": "event"
    },
    "on-drag": {
      "removable": true,
      "type": "event"
    }
  },
  "attributesForPreview": [
    {
      "name": "xattr-position",
      "type": "btngroup",
      "target": "class",
      "values": [
        {
          "key": "text-left",
          "value_pt_BR": "Esquerda",
          "value_en_US": "Left",
          "icon": "mdi mdi-ray-start"
        },
        {
          "key": "text-center",
          "value_pt_BR": "Centro",
          "value_en_US": "Center",
          "icon": "mdi mdi-ray-vertex"
        },
        {
          "key": "text-right",
          "value_pt_BR": "Direita",
          "value_en_US": "Right",
          "icon": "mdi mdi-ray-end"
        }
      ]
    },
    {
      "name": "xattr-type",
      "type": "btngroup",
      "target": "class",
      "values": [
        {
          "key": "h1",
          "value_pt_BR": "Grande",
          "value_en_US": "Large"
        },
        {
          "key": "h3",
          "value_pt_BR": "Médio",
          "value_en_US": "Medium"
        },
        {
          "key": "h5",
          "value_pt_BR": "Pequeno",
          "value_en_US": "Small"
        }
      ]
    }
  ]
}