Merge pull request #6168 from FinnStutzenstein/adjustModelsYml

Fix limits for LOS settings (closes #6167)
This commit is contained in:
Finn Stutzenstein 2021-07-16 13:57:32 +02:00 committed by GitHub
commit b04fe236f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -499,10 +499,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