🐛 Fix backwards compatibility importing files with token themes

This commit is contained in:
Andrés Moya 2025-11-25 10:37:26 +01:00 committed by Alonso Torres
parent dd5f3396d1
commit 2640889dc8
1 changed files with 1 additions and 1 deletions

View File

@ -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}