I have some logic in bindings on session custom properties.
How can I create a backup and restore, in case, disaster happen, or simple because I want to restore it to previous logic?
I have some logic in bindings on session custom properties.
How can I create a backup and restore, in case, disaster happen, or simple because I want to restore it to previous logic?
Export the 'Session Properties' resource, from File -> Export.
Oh! Thank you.
That was a trivial question, sorry.
But, I didn't know this, but saw other individual stuff that you can backup, like page config.
Thanks.
Careful if you import this though, as I believe it overwrites your existing config, it doesn't merge it. Certainly, importing page urls config will overwrite your current config (scary)
You are right, thank you for reminding. For individual pieces, I guess it is usually best practice to import it to new temporary project, then copy the pieces to target project.
Do you have a take on this?
I would do any merging in the json config files in the file explorer using notepad++
I see, that is quicker and will make one, really knowledgeable, what and where are the resources. I love that.