Skip to content

Commit 7038dab

Browse files
committed
fix(PDF): Add live-editing config for custom font sample
1 parent cef988d commit 7038dab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

live-editing/configs/ExportPdfConfigGenerator.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ export class ExportPdfConfigGenerator implements IConfigGenerator {
1212
appConfig: BaseAppConfig
1313
}));
1414

15+
configs.push(new Config({
16+
component: 'ExportPdfCustomFontComponent',
17+
appConfig: BaseAppConfig
18+
}));
19+
1520
return configs;
1621
}
1722
}

0 commit comments

Comments
 (0)