﻿{
  //
  // Specifies which set of packages to use from the "sources" map below.
  //
  "source": "cdn",

  //
  // Specifies the default theme. Used when the Theme property of the widget is not set.
  //
  "theme": "material",

  //
  // Widget packages.
  //
  "sources": {
    "cdn": {
      "root": "https://cdn.syncfusion.com/ej2",
      "packages": {
        "ej2.js": "%root%/dist/ej2.min.js",
        "theme.css": "%root%/%theme%.css"
      }
    },
    "local": {
      "root": "Syncfusion2",
      "packages": {
        "ej2.js": "%root%/dist/ej2.min.js",
        "theme.css": "%root%/%theme%.css"
      }
    },
    "embedded": {
      "root": "resource.wx",
      "packages": {
        "ej2.js": "%root%/dist/ej2.min.js",
        "theme.css": "%root%/%theme%.css"
      }
    }
  }
}