Merge remote-tracking branch 'origin/develop-1.8' into ui-enhancements-2.0

This commit is contained in:
kepler155c@gmail.com
2020-03-31 10:14:04 -06:00
15 changed files with 209 additions and 32 deletions

View File

@@ -25,7 +25,7 @@ local shopTab = UI.Tab {
formLabel = 'Price', formKey = 'price',
help = 'Per item cost',
required = true,
transform = 'number',
validate = 'numeric',
},
[3] = UI.TextEntry {
limit = 64,