mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
close applied tokens map schema
This commit is contained in:
parent
13a8872dbd
commit
2b10665356
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@
|
||||||
(def rotation-keys (schema-keys ::rotation))
|
(def rotation-keys (schema-keys ::rotation))
|
||||||
|
|
||||||
(sm/def! ::tokens
|
(sm/def! ::tokens
|
||||||
[:map {:title "Applied Tokens"}])
|
[:map {:title "Applied Tokens"
|
||||||
|
:closed true}])
|
||||||
|
|
||||||
(sm/def! ::applied-tokens
|
(sm/def! ::applied-tokens
|
||||||
(merge-schemas ::tokens
|
(merge-schemas ::tokens
|
||||||
|
|
Loading…
Add table
Reference in a new issue