Skip to content

Commit

Permalink
Fix link in asset manager doc (GrapesJS#5899) Closes GrapesJS#5898
Browse files Browse the repository at this point in the history
Fix link with typescript version
  • Loading branch information
Dobby85 authored May 23, 2024
1 parent a7d4942 commit 6eac780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/Assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6eac780

Please sign in to comment.