mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Use direct schemas instead of references
Only a very common use, basic types schemas should be used as reference (with namespaced keywords)
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
(sm/encoder types.tokens-lib/schema:tokens-lib sm/json-transformer))
|
||||
|
||||
(def encode-plugin-data
|
||||
(sm/encoder ::ctpg/plugin-data sm/json-transformer))
|
||||
(sm/encoder ctpg/schema:plugin-data sm/json-transformer))
|
||||
|
||||
(def ^:private valid-buckets
|
||||
#{"file-media-object"
|
||||
|
||||
Reference in New Issue
Block a user