Feature Options - Required field #185
Sergii Puliaiev (Gorbush)
started this conversation in
Ideas
Replies: 0 comments
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.
In our features we provide a list of options.
https://containers.dev/implementors/features/#options-property
These options are used later in generation of UI for user to fill them out.
Some of the options supposed to be non-empty, but we cannot specify a default value for them.
It would be very helpful if there is an additional property of option -
required:booleanwhich would flag that the value for this particular option is non-blank.Example:
All reactions