mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -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
|
(sm/register! ::token-theme
|
||||||
[:map {:title "TokenTheme"}
|
[:map {:title "TokenTheme"}
|
||||||
[:id ::sm/uuid]
|
[:id ::sm/uuid]
|
||||||
[:name :string]
|
[:group {:optional true} :string]
|
||||||
|
[:selected [:enum :enabled :disabled #_:source]]
|
||||||
[:description {:optional true} :string]
|
[:description {:optional true} :string]
|
||||||
[:modified-at {:optional true} ::sm/inst]
|
[:modified-at {:optional true} ::sm/inst]
|
||||||
[:sets [:set {:gen/max 10 :gen/min 1} ::sm/uuid]]])
|
[:sets [:set {:gen/max 10 :gen/min 1} ::sm/uuid]]])
|
||||||
|
|
Loading…
Add table
Reference in a new issue