mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 06:28:47 +00:00
Merge pull request #4491 from jordisala1991/hotfix/features-file-builder
🐛 Fix default features for files exported with penpot lib
This commit is contained in:
commit
9bf5b1a8cd
@ -7,6 +7,7 @@
|
|||||||
(ns app.libs.file-builder
|
(ns app.libs.file-builder
|
||||||
(:require
|
(:require
|
||||||
[app.common.data :as d]
|
[app.common.data :as d]
|
||||||
|
[app.common.features :as cfeat]
|
||||||
[app.common.files.builder :as fb]
|
[app.common.files.builder :as fb]
|
||||||
[app.common.media :as cm]
|
[app.common.media :as cm]
|
||||||
[app.common.types.components-list :as ctkl]
|
[app.common.types.components-list :as ctkl]
|
||||||
@ -73,7 +74,7 @@
|
|||||||
|
|
||||||
manifest-stream
|
manifest-stream
|
||||||
(->> files-stream
|
(->> files-stream
|
||||||
(rx/map #(e/create-manifest (uuid/next) (:id file) :all % false))
|
(rx/map #(e/create-manifest (uuid/next) (:id file) :all % cfeat/default-features))
|
||||||
(rx/map (fn [a]
|
(rx/map (fn [a]
|
||||||
(vector "manifest.json" a))))
|
(vector "manifest.json" a))))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user