mirror of https://github.com/penpot/penpot.git
🐛 Fix backwards compatibility importing files with token themes
This commit is contained in:
parent
dd5f3396d1
commit
2640889dc8
|
|
@ -1679,7 +1679,7 @@ Will return a value that matches this schema:
|
|||
["id" {:optional true} :string]
|
||||
["name" :string]
|
||||
["description" :string]
|
||||
["isSource" :boolean]
|
||||
["isSource" {:optional true} :boolean]
|
||||
["selectedTokenSets"
|
||||
[:map-of :string [:enum "enabled" "disabled"]]]]]]
|
||||
["$metadata" {:optional true}
|
||||
|
|
|
|||
Loading…
Reference in New Issue