Browse Source

Merge branch 'dev' of https://github.com/artf/grapesjs into bernesto-dev

pull/5907/head
Artur Arseniev 2 years ago
parent
commit
b47b871602
  1. 2
      docs/modules/Assets.md

2
docs/modules/Assets.md

@ -69,7 +69,7 @@ const editor = grapesjs.init({
```
If you want a complete list of available properties check out the source [AssetImage Model](https://github.com/GrapesJS/grapesjs/blob/dev/src/asset_manager/model/AssetImage.js)
If you want a complete list of available properties check out the source [AssetImage Model](https://github.com/GrapesJS/grapesjs/blob/dev/src/asset_manager/model/AssetImage.ts)
The built-in Asset Manager modal is implemented and is showing up when requested. By default, you can make it appear by dragging Image Components in canvas, double clicking on images and all other stuff related to images (eg. CSS styling)

Loading…
Cancel
Save