0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 20:09:04 -05:00
This commit is contained in:
Florian Schroedl 2024-08-16 07:10:08 +02:00
parent 7406af2e79
commit 4c1bc81b19

View file

@ -11,6 +11,7 @@
(sm/register! ::token-theme (sm/register! ::token-theme
[:map {:title "TokenTheme"} [:map {:title "TokenTheme"}
[:id ::sm/uuid] [:id ::sm/uuid]
[:name :string]
[:group {:optional true} :string] [:group {:optional true} :string]
[:selected [:enum :enabled :disabled #_:source]] [:selected [:enum :enabled :disabled #_:source]]
[:description {:optional true} :string] [:description {:optional true} :string]