[QUESTION] Different POST params
Question
Hi, we are tring to integrate your grapejs in an existing web application. We need to load and store data remotely adding some POST params (different in the load call and in the push call). Is it possible?
In the case that all works well, can you support us for some customization?
Answers (3)
Please read maybe it wil help -> https://github.com/artf/grapesjs/issues/597
@AlessandroMagri you basically set custom parameters in the storageManager configuration:
grapesjs.init({
...
storageManager: {
type: 'remote',
...
params: {
// You custom parameters
_token: '...'
},
}
});
Those are used for both the load and store requests, if you want you can find here #831 how to customize the already initiliazed storage manager
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1073
Integration with GWT
Hello, Actually, i've a gwt application and i need to integrate grapes js. My problem is i not really how to do this because of all the dif...
Issue #1150
[Question] Get Uploads as Base64
Hello All, I need help integrating this into a web app that I have. Everything renders and works as expected but I am trying to get the upl...
Issue #1581
[Question] AssetManager not shown uploaded images
Hi all, I'm using grapesjs - 0.14.33. I have successfull implemented StorageManager in remote mode, I can load and store data. I have succe...
Issue #1285
[Questions]: How suitable grapeJs for custom webPages for every user in an web app.
Thanks for such an awesome tool. I am looking for a library which can support my user with custom personalised web pages under a single app...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.