mirror of https://github.com/penpot/penpot.git
close applied tokens map schema
This commit is contained in:
parent
13a8872dbd
commit
2b10665356
|
|
@ -119,7 +119,8 @@
|
|||
(def rotation-keys (schema-keys ::rotation))
|
||||
|
||||
(sm/def! ::tokens
|
||||
[:map {:title "Applied Tokens"}])
|
||||
[:map {:title "Applied Tokens"
|
||||
:closed true}])
|
||||
|
||||
(sm/def! ::applied-tokens
|
||||
(merge-schemas ::tokens
|
||||
|
|
|
|||
Loading…
Reference in New Issue