mirror of
https://github.com/penpot/penpot.git
synced 2025-04-11 22:41:23 -05:00
✨ Add min-max validation to word-string schema
This commit is contained in:
parent
1464f5da90
commit
068d2f13f4
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@
|
|||
(def! ::word-string
|
||||
{:type ::word-string
|
||||
:pred #(and (string? %) (not (str/blank? %)))
|
||||
:property-pred (m/-min-max-pred count)
|
||||
:type-properties
|
||||
{:title "string"
|
||||
:description "string"
|
||||
|
|
Loading…
Add table
Reference in a new issue