Show max length in item tooltips

This commit is contained in:
Jage9
2026-02-22 03:50:52 -05:00
parent 82e78872d2
commit c7ba23f371
9 changed files with 21 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ export const welcomeMessageSchema = z.object({
z.object({
valueType: z.enum(['boolean', 'text', 'number', 'list', 'sound']).optional(),
tooltip: z.string().optional(),
maxLength: z.number().int().positive().optional(),
range: z
.object({
min: z.number(),