Use document wrapper component
This commit is contained in:
@ -181,7 +181,7 @@ export class Compiler {
|
|||||||
path: "[Content_Types].xml",
|
path: "[Content_Types].xml",
|
||||||
},
|
},
|
||||||
CustomProperties: {
|
CustomProperties: {
|
||||||
data: xml(this.formatter.format(file.CustomProperties, file), prettify),
|
data: xml(this.formatter.format(file.CustomProperties, file.Document), prettify),
|
||||||
path: "docProps/custom.xml",
|
path: "docProps/custom.xml",
|
||||||
},
|
},
|
||||||
AppProperties: {
|
AppProperties: {
|
||||||
|
Reference in New Issue
Block a user