add allowDuplicates to destination fields

This commit is contained in:
Kyle Hensel 2024-12-30 22:31:26 +13:00
parent 9aeafb1e44
commit 57b09bc730
No known key found for this signature in database
GPG key ID: A6481E3E38D544EC
5 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"key": "destination",
"type": "semiCombo",
"label": "Destinations",
"allowDuplicates": false,
"snake_case": false,
"caseSensitive": true
}