{
  "name": "crn-cron-scheduler",
  "onDrop": "openEditor",
  "onDoubleClick": "openEditor",
  "text_pt_BR": "Agendador",
  "text_en_US": "Scheduler",
  "order": 2,
  "image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-scheduler.svg",
  "description": "Calendário com opção de agendar eventos",
  "description_en_US": "Calendar with option to schedule events",
  "category": [
    "LAYOUTS"
  ],
  "designTimeDynamic": true,
  "designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-scheduler.designtime.html",
  "designTimeSelector": "cron-scheduler",
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-scheduler.template.html",
  "properties": {
    "class": {
      "order": 9999
    },
    "id": {
      "order": 1
    }
  },
  "childrenProperties": [
    {
      "name": "options",
      "displayName_pt_BR": "Configurações",
      "displayName_en_US": "Configuration",
      "removable": false,
      "global": "true",
      "selector": "cron-scheduler",
      "type": "text",
      "order": 1
    },
    {
      "name": "ng-model",
      "selector": "cron-scheduler",
      "onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result;  }  return result; }",
      "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
      "type": "text",
      "order": 2
    }
  ],
  "styles": [
    {
      "selector": "div#{id} .k-scheduler .k-scheduler-toolbar",
      "text_pt_BR": "Barra de Ferramentas",
      "text_en_US": "Toolbar"
    }
  ]
}