Fix limits for LOS settings (closes #6167)

This commit is contained in:
Finn Stutzenstein 2021-07-16 12:37:57 +02:00
parent ca4d5783d7
commit 3b14153965
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
1 changed files with 2 additions and 1 deletions

View File

@ -498,10 +498,11 @@ meeting:
# List of speakers
list_of_speakers_amount_last_on_projector:
type: number
minimum: 0
minimum: -1
default: 0
list_of_speakers_amount_next_on_projector:
type: number
minimum: -1
default: -1
list_of_speakers_couple_countdown:
type: boolean