Use document wrapper component

This commit is contained in:
Dolan Miu
2021-03-02 00:06:11 +00:00
parent 736ca6a46d
commit 3e58910bfc

View File

@ -181,7 +181,7 @@ export class Compiler {
path: "[Content_Types].xml",
},
CustomProperties: {
data: xml(this.formatter.format(file.CustomProperties, file), prettify),
data: xml(this.formatter.format(file.CustomProperties, file.Document), prettify),
path: "docProps/custom.xml",
},
AppProperties: {