Hello everyone. I am developing a cloud add-on that render some HTML content, and also offer a ConfigurePage to the user, so the user can change this HTML content of the add-on. Is this a good approach, and how can I implement this, I need a little bit help on this?
Hi @Ivana1
Could you please explain a bit more about your use case? From what I understood, you want to the user to be able to change something in configure page and the change should reflect in another say, general page. Is that right? If that’s the case, then it’s definitely possible.
You can start off from this link which explains how to use configurePage
.