Replies: 1 comment
-
I am no aware of a way to support this today. The big challenge with it is that I assume users would want the fallback to occur at each layer of the config so that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I missed it in the docs, but is there a good way to update config names. Say that I have a config
foo
that I in my next version would like to duplicate for finer settings tofoo_a
andfoo_b
. Is there a good way to handle this so that users that have setfoo
can still use it and do not have to change it/get error messages?An alternative is to keep
foo
and addfoo_b
. Basically, some way to transition from "old" configs to "new".Beta Was this translation helpful? Give feedback.
All reactions