add settings option to add trackRevisions

This commit is contained in:
Thomas Jansen
2020-09-23 11:23:00 +02:00
parent 6b9467393e
commit 6cbe40cecb
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import { XmlComponent } from "file/xml-components";
export class TrackRevisions extends XmlComponent {
constructor() {
super("w:trackRevisions");
}
}