{
  "name": "crn-text",
  "text_pt_BR": "Texto",
  "text_en_US": "Text",
  "wrapper": false,
  "pallete": false,
  "class": "adjust-icon mdi mdi-format-annotation-plus",
  "order": 10,
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/text.template.html",
  "properties": {
    "xattr-position": {
      "displayName": "Position"
    },
    "class": {
      "order": 9999
    },
    "id": {
      "order": 1
    }
  },
  "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"
        }
      ]
    }
  ]
}