You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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