0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Add better schema for shape export property

This commit is contained in:
Andrey Antukh 2024-06-25 16:48:40 +02:00
parent 45c77f97ce
commit 0721760900

View file

@ -12,6 +12,6 @@
(sm/register! ::export
[:map {:title "ShapeExport"}
[:type :keyword]
[:type [::sm/one-of export-types]]
[:scale ::sm/safe-number]
[:suffix :string]])