0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Add group and selected properties to theme

This commit is contained in:
Florian Schroedl 2024-08-16 06:23:53 +02:00
parent f3d4346c0d
commit cefa498f4d

View file

@ -11,7 +11,8 @@
(sm/register! ::token-theme
[:map {:title "TokenTheme"}
[:id ::sm/uuid]
[:name :string]
[:group {:optional true} :string]
[:selected [:enum :enabled :disabled #_:source]]
[:description {:optional true} :string]
[:modified-at {:optional true} ::sm/inst]
[:sets [:set {:gen/max 10 :gen/min 1} ::sm/uuid]]])