feat: manage layout fallback copy via payload

This commit is contained in:
syntaxbullet
2026-06-22 12:55:58 +02:00
parent 580a13f5e2
commit 2872f25dbf
4 changed files with 20 additions and 13 deletions

View File

@@ -5775,6 +5775,7 @@ export interface Header {
menuLabel: string;
openLabel: string;
closeLabel: string;
dialogLabel: string;
overviewLabel: string;
loadingBrand: string;
loadingLabel: string;
@@ -5898,6 +5899,7 @@ export interface HeaderSelect<T extends boolean = true> {
menuLabel?: T;
openLabel?: T;
closeLabel?: T;
dialogLabel?: T;
overviewLabel?: T;
loadingBrand?: T;
loadingLabel?: T;