Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
tvdeyen committed Nov 21, 2023
1 parent ae093b6 commit 2b56122
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
@@ -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

0 comments on commit 2b56122

Please sign in to comment.