-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for default values for included parameters #201
Comments
waiting for this one patiently :) thanks |
Hi @yosefy, I implemented support for default values. Could you check please, if it's working for you in a dev build? |
it is working, needed to flush cache thank you |
Perfect, thanks for confirming! |
By the way, you can download the latest release from releases or use docker. There is no need to clone the whole repo |
If script configuration contains included parameters (from another file), then default values of these parameters are ignored.
Default values should be filled once included parameters are shown for the first time, i.e. if a user puts some value in such a parameter and then switches to another included config and back, the value should remain, as set by the user
The text was updated successfully, but these errors were encountered: