Skip to content

Commit

Permalink
Add more options to all_you_can_eat select
Browse files Browse the repository at this point in the history
Since this has a uniquness validation it is not possible to have more
than 3 of it. That makes it hard to test many pages manually.
  • Loading branch information
tvdeyen committed Nov 22, 2023
1 parent 47b9947 commit bdf87c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/alchemy/elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
type: Select
hint: true
settings:
select_values: [A, B, C]
select_values: [A, B, C, D, E, F, G, H, I, J, K, L, M]
validate:
- uniqueness
- role: boolean
Expand Down

0 comments on commit bdf87c9

Please sign in to comment.