Skip to content

Commit 10036ff

Browse files
committed
Add fields export info to documentation
1 parent fadf806 commit 10036ff

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/src/modules/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,13 @@ Example:
217217
superdoc.activeEditor.commands.addFieldAnnotationAtSelection(sourceField);
218218
});
219219
```
220+
221+
## Fields docx export
222+
SuperDoc supports full export and re-import of fields. By default, SuperDoc will not re-import document fields and will convert them to mustache style templates only.
223+
224+
To enable fields import simply add:
225+
```
226+
annotations: true
227+
```
228+
229+
To your SuperDoc config when instantiating with `new SuperDoc`

0 commit comments

Comments
 (0)