I have a solution that I would like to package in order to give to my customers.
The solution contains a configuration page with multiple fields. These fields have to be filled to make the solution works.
For that, I have a javascript web ressource which contains JSON data in the solution (settings.js). I retrieve the data in my configuration page.
Now I would like to allow to user to update these settings, so it involves to update the settings.js web ressource from the configuration page when he hit the submit button.
How can I achieve that ?
Thanks in advance !
*This post is locked for comments