-
-
Notifications
You must be signed in to change notification settings - Fork 705
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
Templates: replace validvalues with choice (BC) #17653
Conversation
@@ -12,7 +12,8 @@ group: price | |||
params: | |||
- name: region | |||
example: ee | |||
validvalues: ["ee", "lt", "lv", "fi"] | |||
type: choice | |||
choice: ["ee", "lt", "lv", "fi"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich würd hier auf die Mehrzahl gehen. Singular Var-Name mit Listeninhalt ist unerwartet.
choice: ["ee", "lt", "lv", "fi"] | |
choices: ["ee", "lt", "lv", "fi"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naltatis ich würde es jetzt tatsächlich so lassen da das in fast jedem Tempalte auftaucht und schon immer so war...
No description provided.