add dynamic text for presentation

This commit is contained in:
2023-03-20 22:28:20 +01:00
parent 66af7ea1e7
commit 138b0b42b3
8 changed files with 910 additions and 322 deletions

View File

@@ -15,6 +15,8 @@ export interface Show {
order: string[];
presentationSongId: string;
presentationDynamicCaption: string;
presentationDynamicText: string;
presentationSection: number;
presentationZoom: number;
presentationBackground: PresentationBackground;