imageBrowser.path String (default: "/")

Defines the initial folder to display, relative to the root.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  imageBrowser: {
    /* omitted for brevity */
    path: "/uploads/"
  }
});
</script>
In this article