Merge branch 'live-region-7.6' into live-region-7_x

# Conflicts:
#	config/config.example.yml
#	src/app/shared/shared.module.ts
This commit is contained in:
Andreas Awouters
2024-09-30 09:09:44 +02:00
14 changed files with 450 additions and 2 deletions

View File

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