feat(collection/presentation): support custom background color per slide

This commit is contained in:
Elian Doran
2025-10-17 09:28:44 +03:00
parent f377df32ed
commit bbda8d3357
3 changed files with 11 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ type Labels = {
maxNestingDepth: number;
includeArchived: boolean;
"presentation:theme": string;
"slide:background": string;
}
/**