118220: Add live-region service and component

This commit is contained in:
Andreas Awouters
2024-09-16 15:46:07 +02:00
parent 404ccd9b0e
commit 83a44ba924
11 changed files with 202 additions and 3 deletions

View File

@@ -313,5 +313,10 @@ export const environment: BuildConfig = {
vocabulary: 'srsc',
enabled: true
}
]
],
liveRegion: {
messageTimeOutDurationMs: 30000,
isVisible: false,
},
};