Merge pull request #6168 from FinnStutzenstein/adjustModelsYml
Fix limits for LOS settings (closes #6167)
This commit is contained in:
commit
b04fe236f2
@ -499,10 +499,11 @@ meeting:
|
|||||||
# List of speakers
|
# List of speakers
|
||||||
list_of_speakers_amount_last_on_projector:
|
list_of_speakers_amount_last_on_projector:
|
||||||
type: number
|
type: number
|
||||||
minimum: 0
|
minimum: -1
|
||||||
default: 0
|
default: 0
|
||||||
list_of_speakers_amount_next_on_projector:
|
list_of_speakers_amount_next_on_projector:
|
||||||
type: number
|
type: number
|
||||||
|
minimum: -1
|
||||||
default: -1
|
default: -1
|
||||||
list_of_speakers_couple_countdown:
|
list_of_speakers_couple_countdown:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user