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:
parent
f3d4346c0d
commit
cefa498f4d
1 changed files with 2 additions and 1 deletions
|
@ -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]]])
|
||||
|
|
Loading…
Add table
Reference in a new issue