How to add images to Asset Manager? #5600
Unanswered
denys-fominykh
asked this question in
Q&A
Replies: 2 comments
-
![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, that's the reason... that option means "don't render the built-in AssetManager" https://grapesjs.com/docs/modules/Assets.html#customization |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use React + TS + GrapesJS 0.21.7 + grapesjs-preset-newsletter 1.0.2. When I try to add my images using
editor.AssetManager.add()
, I see that my images are in the config (ifeditorObj.AssetManager.getConfig()
is called), but there is nothing in the “Select Images” window. What could be the problem? In the GrapesJS config file, theassetsManager
field is set tocustom: true
.Beta Was this translation helpful? Give feedback.
All reactions