When using a configuration, is there a clean way to initialize default values? #19067
Unanswered
ArchieCoder
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can set default values the same way as you would if you wanted to ship configuration with your application (ie using appsettings.json). This can be used for both readonly value (ie what we would refer to as Configuration) but also values the user might modify (ie often referred to as Settings) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a configuration that I want some booleans to True. I haven't found a clean way yet.
The help page does not mention it.
https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Tutorials/Configuration/HowTo-Configuration.html
Thanks
Beta Was this translation helpful? Give feedback.
All reactions