{
  "name": "crn-map",
  "text_pt_BR": "Mapa",
  "text_en_US": "Map",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-map.svg",
  "description": "Estrutura para visualização de mapa estático",
  "description_en_US": "Structure for static map visualization",
  "category": [
    "LAYOUTS"
  ],
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/maps.template.html",
  "designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/maps.designtime.html",
  "designTimeSelector": "cron-map",
  "designTimeDynamic": true,
  "properties": {
    "id": {
      "order": 1
    },
    "class": {
      "order": 9999
    },
    "src": {
      "displayName_pt_BR": "Link incorporado",
      "displayName_en_US": "Embedded link",
      "order": 1
    },
    "width": {
      "displayName_pt_BR": "Largura do mapa",
      "displayName_en_US": "Map width",
      "order": 2
    },
    "height": {
      "displayName_pt_BR": "Altura do mapa",
      "displayName_en_US": "Map height",
      "order": 3
    }
  },
  "childrenProperties": [
    {
      "name": "src",
      "selector": "cron-map",
      "type": "text"
    },
    {
      "name": "width",
      "selector": "cron-map",
      "type": "text"
    },
    {
      "name": "height",
      "selector": "cron-map",
      "type": "text"
    }
  ]
}