{
  "name": "crn-video",
  "text_pt_BR": "Vídeo",
  "text_en_US": "Video",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-video.svg",
  "description": "Exibição de vídeo",
  "description_en_US": "Video display",
  "category": [
      "LAYOUTS"
  ],
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/video.template.html",
  "designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/video.designtime.html",
  "designTimeSelector": "cron-video",
  "designTimeDynamic": true,
  "forceGroup": true,
  "wrapper": 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 vídeo",
      "displayName_en_US": "Video width",
      "order": 2
    },
    "height": {
      "displayName_pt_BR": "Altura do vídeo",
      "displayName_en_US": "Video height",
      "order": 3
    },
    "title": {
      "displayName_pt_BR": "Título do vídeo",
      "displayName_en_US": "Video title",
      "order": 3
    }
  },
  "childrenProperties": [
    {
      "name": "src",
      "selector": "cron-video",
      "type": "text"
    },
    {
      "name": "width",
      "selector": "cron-video",
      "type": "text"
    },
    {
      "name": "height",
      "selector": "cron-video",
      "type": "text"
    },
    {
      "name": "title",
      "selector": "cron-video",
      "type": "text"
    }
  ]
}