Browse Source

Up docs

pull/4849/head
Artur Arseniev 3 years ago
parent
commit
06295edc23
  1. 2
      src/dom_components/index.ts

2
src/dom_components/index.ts

@ -1,5 +1,5 @@
/**
* With this module is possible to manage components inside the canvas. You can customize the initial state of the module from the editor initialization, by passing the following [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/dom_components/config/config.js)
* With this module is possible to manage components inside the canvas. You can customize the initial state of the module from the editor initialization, by passing the following [Configuration Object](https://github.com/artf/grapesjs/blob/master/src/dom_components/config/config.ts)
* ```js
* const editor = grapesjs.init({
* domComponents: {

Loading…
Cancel
Save