We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63f14a commit 51e971bCopy full SHA for 51e971b
src/types/types.ts
@@ -62,9 +62,11 @@ export type AutomizerParams = {
62
presTemplates?: string[];
63
useCreationIds?: boolean;
64
/**
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:
+ * Turn this to true if you always want to import all required slide masters.
+ * You don't need to adjust with slide.useSlideLayout, but it will have a
+ * negative impact on performance.
68
+ * It is highly recommended to activate autoImportSlideMasters in case your
69
+ * loaded templates have different sets of slideMasters & -layouts.
70
*/
71
autoImportSlideMasters?: boolean;
72
0 commit comments