{
  "name": "crn-text-component",
  "text_pt_BR": "Título",
  "text_en_US": "Title",
  "wrapper": false,
  "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-text-component.svg",
  "description": "Texto com letra grande",
  "description_en_US": "Large font text",
  "category": [
    "TEXTS", "LAYOUTS"
  ],
  "order": 10,
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/dynamictitle.template.html",
  "properties": {
    "id": {
      "order": 1
    },
    "content": {
      "order": 2
    },
    "xattr-position": {
      "displayName_pt_BR": "Posição do texto",
      "displayName_en_US": "Text position",
      "order": 4
    },
    "xattr-type": {
      "displayName_pt_BR": "Tamanho da letra",
      "displayName_en_US": "Lettering size",
      "order": 3
    },
    "crn-tooltip": {
      "displayName_pt_BR": "Tooltip",
      "displayName_en_US": "Tooltip",
      "order": 5
    },
    "class": {
      "order": 9999
    },
    "ng-click": {
      "removable": true,
      "type": "event"
    },
    "ng-dblclick": {
      "removable": true,
      "type": "event"
    },
    "ng-mouseenter": {
      "removable": true,
      "type": "event"
    },
    "ng-mouseleave": {
      "removable": true,
      "type": "event"
    },
    "ng-mousemove": {
      "removable": true,
      "type": "event"
    }
  },
  "styles": [
    {
      "selector": "h1#{id}",
      "text_pt_BR": "Título",
      "text_en_US": "Title"
    }
  ],
  "attributesForPreview": [
    {
      "name": "xattr-position",
      "type": "btngroup",
      "target": "class",
      "values": [
        {
          "key": "text-left",
          "value_pt_BR": "Esquerda",
          "value_en_US": "Left",
          "icon": "mdi mdi-format-align-left"
        },
        {
          "key": "text-center",
          "value_pt_BR": "Centralizado",
          "value_en_US": "Centered text",
          "icon": "mdi mdi-format-align-center "
        },
        {
          "key": "text-right",
          "value_pt_BR": "Direita",
          "value_en_US": "Right",
          "icon": "mdi mdi-format-align-right"
        },
        {
          "key": "text-justify",
          "value_pt_BR": "Justificado",
          "value_en_US": "Justify",
          "icon": "mdi mdi-format-align-justify"
        },
        {
          "key": "none-block",
          "value_pt_BR": "Nenhum",
          "value_en_US": "None",
          "icon": "mdi mdi-delete"
        }
      ]
    },
    {
      "name": "xattr-type",
      "type": "options",
      "target": "class",
      "values": [
        {
          "key": "h1",
          "value_pt_BR": "Título maior",
          "value_en_US": "Major Title"
        },
        {
          "key": "h3",
          "value_pt_BR": "Título médio",
          "value_en_US": "Medium Title"
        },
        {
          "key": "h5",
          "value_pt_BR": "Título menor",
          "value_en_US": "Minor Title"
        }
      ]
    }
  ]
}