Skip to content

Commit 51e971b

Browse files
committed
chore(docs): add comment to type #91
1 parent b63f14a commit 51e971b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/types/types.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ export type AutomizerParams = {
6262
presTemplates?: string[];
6363
useCreationIds?: boolean;
6464
/**
65-
* If you have trouble with messed up slideMasters, and if you don't worry
66-
* about the impact on performance, you can try this to always import all
67-
* required files:
65+
* Turn this to true if you always want to import all required slide masters.
66+
* You don't need to adjust with slide.useSlideLayout, but it will have a
67+
* negative impact on performance.
68+
* It is highly recommended to activate autoImportSlideMasters in case your
69+
* loaded templates have different sets of slideMasters & -layouts.
6870
*/
6971
autoImportSlideMasters?: boolean;
7072
/**

0 commit comments

Comments
 (0)