Replies: 1 comment 1 reply
-
Hey @bgrand-ch DataSources is a core module, therefore the same license is applied, so it's free and open-source. Anyway, I tried your code and it seems to work as expected so maybe it's something wrong in your integration. Try to create a minimal reproducible demo to confirm any issue. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I want to use DataSources with GrapesJS core (free). https://grapesjs.com/docs/api/datasources.html
The DataSourcesManager is available in the GrapesJS instance. Adding a DataSource "works" as long as you are in the same function. If you want to retrieve the DataSource later, it is not found by its ID because the array of DataSources is empty.
When I asked ChatGPT about this, he told me that it might be a premium feature.
Could you please clarify this point?
The code:
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions