Browse Source

Up docs

ts-style-manager
Artur Arseniev 4 years ago
parent
commit
34add5acaf
  1. 2
      src/commands/index.ts
  2. 2
      src/storage_manager/index.ts

2
src/commands/index.ts

@ -1,5 +1,5 @@
/**
* 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/commands/config/config.js)
* 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/commands/config/config.ts)
* ```js
* const editor = grapesjs.init({
* commands: {

2
src/storage_manager/index.ts

@ -1,5 +1,5 @@
/**
* 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/storage_manager/config/config.js)
* 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/storage_manager/config/config.ts)
* ```js
* const editor = grapesjs.init({
* storageManager: {

Loading…
Cancel
Save