Hi,
This is a general, best practices question.
What is the best approach to sharing configurations between widgets? Let's say I have some configurations that several widgets need to access. Instead of repeating the configurations in each widgets own config.json file, it seems better to place them in a shared or common config.json file.
Likewise for utility type functions that could be used by multiple widgets. Is there an approach others have used for this?
Thanks