add number validation

This commit is contained in:
Pete Matsyburka
2025-08-20 18:19:23 +03:00
parent 8db1192d0e
commit 7f979e9396
7 changed files with 119 additions and 31 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ module Api
{ preferences: {},
conditions: [%i[field_uuid value action operation]],
options: [%i[value uuid]],
validation: %i[message pattern],
validation: %i[message pattern min max step],
areas: [%i[x y w h cell_w attachment_uuid option_uuid page]] }]]
}
]