Browse Source

Fix Configuration Object link in Editor API

pull/4591/head
Artur Arseniev 3 years ago
parent
commit
fa64dce631
  1. 2
      src/editor/index.ts

2
src/editor/index.ts

@ -1,6 +1,6 @@
/**
* Editor contains the top level API which you'll probably use to customize the editor or extend it with plugins.
* You get the Editor instance on init method and you can pass options via its [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/editor/config/config.js)
* You get the Editor instance on init method and you can pass options via its [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/editor/config/config.ts)
*
* ```js
* const editor = grapesjs.init({

Loading…
Cancel
Save