Browse Source

Up config paths in api docs

pull/4695/head
Artur Arseniev 4 years ago
parent
commit
9f16f53012
  1. 2
      src/block_manager/index.ts
  2. 2
      src/canvas/index.ts
  3. 2
      src/device_manager/index.ts
  4. 2
      src/i18n/index.ts
  5. 2
      src/selector_manager/index.ts

2
src/block_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/block_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/block_manager/config/config.ts)
* ```js
* const editor = grapesjs.init({
* blockManager: {

2
src/canvas/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/canvas/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/canvas/config/config.ts)
* ```js
* const editor = grapesjs.init({
* canvas: {

2
src/device_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/device_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/device_manager/config/config.ts)
* ```js
* const editor = grapesjs.init({
* deviceManager: {

2
src/i18n/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/i18n/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/i18n/config.ts)
* ```js
* const editor = grapesjs.init({
* i18n: {

2
src/selector_manager/index.ts

@ -20,7 +20,7 @@
*
* So, for example, being `btn` the same class entity it'll be easier to refactor and track things.
*
* 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/selector_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/selector_manager/config/config.ts)
* ```js
* const editor = grapesjs.init({
* selectorManager: {

Loading…
Cancel
Save