-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support list syntax for enum type variables #7
Comments
|
Hi @CalebJohn, Do you think we still need this? I'm asking because I think a large number of users have adapted to the |
|
I guess we don't necessarily need to use the proper yaml syntax, but something needs to be done about |
|
Got your point. How about using |
|
Dropdown seems like a good option. You can keep enum because it won't be hard to support both (but remove it from documentation). |
|
Right, I'll do that in #39 itself. |
I wonder if it makes more sense to use the yaml list syntax for this? I think this will affect how your parser works, but should be a lot better for users. For example
This
Would become this
Originally posted by @CalebJohn in #5 (comment)
The text was updated successfully, but these errors were encountered: