mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 11:31:40 +02:00
✨ Unify naming of schema registering functions
This commit is contained in:
parent
2921b62b37
commit
d2bedec59c
24 changed files with 119 additions and 123 deletions
|
@ -12,7 +12,7 @@
|
|||
[app.common.spec :as us]
|
||||
[clojure.spec.alpha :as s]))
|
||||
|
||||
(sm/def! ::permissions
|
||||
(sm/register! ::permissions
|
||||
[:map {:title "Permissions"}
|
||||
[:type {:gen/elements [:membership :share-link]} :keyword]
|
||||
[:is-owner :boolean]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue