mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
Add name
This commit is contained in:
parent
7406af2e79
commit
4c1bc81b19
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue