mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 12:08:28 +02:00
🎉 Add inplace binfile import support
This commit is contained in:
parent
fd62141c04
commit
37cec8891f
8 changed files with 255 additions and 144 deletions
|
@ -102,6 +102,7 @@
|
|||
[:project-id {:optional true} ::sm/uuid]
|
||||
[:team-id {:optional true} ::sm/uuid]
|
||||
[:is-shared {:optional true} ::sm/boolean]
|
||||
[:has-media-trimmed {:optional true} ::sm/boolean]
|
||||
[:data {:optional true} schema:data]
|
||||
[:version :int]
|
||||
[:features ::cfeat/features]
|
||||
|
@ -188,6 +189,7 @@
|
|||
:features features
|
||||
:migrations migrations
|
||||
:ignore-sync-until ignore-sync-until
|
||||
:has-media-trimmed false
|
||||
:created-at created-at
|
||||
:modified-at modified-at
|
||||
:deleted-at deleted-at})]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue