mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 22:46:11 +02:00
♻️ Adds new properties to shapes
This commit is contained in:
parent
b5a6d9981d
commit
e06d8e754f
20 changed files with 288 additions and 136 deletions
|
@ -12,7 +12,6 @@
|
|||
[cuerdas.core :as str]
|
||||
[next.jdbc :as jdbc]))
|
||||
|
||||
|
||||
(s/def ::name string?)
|
||||
(s/def ::step (s/keys :req-un [::name ::desc ::fn]))
|
||||
(s/def ::steps (s/every ::step :kind vector?))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue