mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Add group and selected properties to theme
This commit is contained in:
@@ -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]]])
|
||||||
|
|||||||
Reference in New Issue
Block a user